Browse Source

库位BUG修复

dev
汤建军 12 hours ago
parent
commit
ab33b171f4
  1. 3
      blade-service/logpm-basicdata/src/main/java/com/logpm/basicdata/mapper/BasicdataGoodsAllocationMapper.xml

3
blade-service/logpm-basicdata/src/main/java/com/logpm/basicdata/mapper/BasicdataGoodsAllocationMapper.xml

@ -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=",">

Loading…
Cancel
Save