liweidong-hj 2 days ago
commit 7b2ebcbd20
  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 != ''">
AND g.goods_code LIKE '%' || #{stGoods.goodsCode} || '%'
</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 != ''">
AND sl.sh_id = #{stGoods.shId}
</if>

Loading…
Cancel
Save