|
|
|
@ -129,6 +129,10 @@
|
|
|
|
|
<if test="param.payWay != null and param.payWay != '' "> |
|
|
|
|
and lww.pay_way = #{param.payWay} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != ''"> |
|
|
|
|
and lsoi.brand = #{param.brand} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
and lsoi.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.warehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
@ -686,6 +690,9 @@
|
|
|
|
|
<if test="param.listType == 1"> |
|
|
|
|
and lsoi.type_service != '2' |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lsoi.brand = #{param.brand} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.listType == 2"> |
|
|
|
|
and lsoi.type_service = '2' |
|
|
|
|
</if> |
|
|
|
|