复核详情修改,复核确认,批量复核、取消BUG修改
This commit is contained in:
@@ -128,6 +128,12 @@
|
||||
<if test="warehouseId != null">
|
||||
and a.warehouse_id = #{warehouseId}
|
||||
</if>
|
||||
<if test="reviewOrderIds != null and reviewOrderIds.size > 0 ">
|
||||
and a.review_order_id in
|
||||
<foreach collection="reviewOrderIds" item="item" index="index" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="customerName != null and customerName != ''">
|
||||
and a.customer_name like concat('%', #{customerName}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user