仓库管理修改

liweidong
wusiyu 2 days ago
parent eab9a7bdc9
commit 8e88670902
  1. 5
      blade-service/blade-wms/src/main/java/org/springblade/wms/mapper/StGoodsMapper.xml

@ -118,6 +118,11 @@
<if test="stGoods.goodsCode != null and stGoods.goodsCode != ''"> <if test="stGoods.goodsCode != null and stGoods.goodsCode != ''">
AND g.goods_code LIKE '%' || #{stGoods.goodsCode} || '%' AND g.goods_code LIKE '%' || #{stGoods.goodsCode} || '%'
</if> </if>
<if test="stGoods.goodsName != null and stGoods.goodsName != ''">
AND g.goods_name LIKE '%' || #{stGoods.goodsName} || '%'
</if>
<if test="stGoods.shId != null and stGoods.shId != ''"> <if test="stGoods.shId != null and stGoods.shId != ''">
AND sl.sh_id = #{stGoods.shId} AND sl.sh_id = #{stGoods.shId}
</if> </if>

Loading…
Cancel
Save