收获下发失败;
This commit is contained in:
@@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</sql>
|
||||
|
||||
<sql id="selectStockReceiptOrderPo1">
|
||||
1=1
|
||||
<if test="receiptOrderId != null ">
|
||||
and a.receipt_order_id = #{receiptOrderId}
|
||||
</if>
|
||||
@@ -65,7 +66,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="receiptOrderNumber != null and receiptOrderNumber != ''">
|
||||
and a.receipt_order_number like concat('%', #{receiptOrderNumber}, '%')
|
||||
</if>
|
||||
-- taskDistributionMerge
|
||||
<if test="taskDistributionMerge != null ">
|
||||
and a.task_distribution_merge = #{taskDistributionMerge}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user