|
|
|
@ -145,6 +145,11 @@
|
|
|
|
|
<if test="param.warehouse !='' and param.warehouse != null"> |
|
|
|
|
and lww.name like concat('%',#{param.warehouse},'%') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="param.orderPackageGroundingStatus !='' and param.orderPackageGroundingStatus != null"> |
|
|
|
|
and ldpl.order_package_grounding_status = #{param.orderPackageGroundingStatus} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="param.warehouseIdList != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(param.warehouseIdList)"> |
|
|
|
|
and ldpl.warehouse_id in |
|
|
|
|
<foreach collection="param.warehouseIdList" item="item" open="(" close=")" separator=","> |
|
|
|
|