|
|
@ -121,6 +121,9 @@ |
|
|
|
<if test="po.goodsAreaId!=null and po.goodsAreaId!=''"> |
|
|
|
<if test="po.goodsAreaId!=null and po.goodsAreaId!=''"> |
|
|
|
AND goods_allocation.goods_area_id=#{po.goodsAreaId} |
|
|
|
AND goods_allocation.goods_area_id=#{po.goodsAreaId} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="po.goodsShelfId!=null and po.goodsShelfId!=''"> |
|
|
|
|
|
|
|
AND goods_allocation.goods_shelf_id=#{po.goodsShelfId} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test="po.warehouseList != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(po.warehouseList)"> |
|
|
|
<if test="po.warehouseList != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(po.warehouseList)"> |
|
|
|
and goods_allocation.warehouse_id in |
|
|
|
and goods_allocation.warehouse_id in |
|
|
|
<foreach collection="po.warehouseList" item="item" open="(" close=")" separator=","> |
|
|
|
<foreach collection="po.warehouseList" item="item" open="(" close=")" separator=","> |
|
|
|