@ -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 test="stGoods.shId != null and stGoods.shId != ''">
AND sl.sh_id = #{stGoods.shId}