|
|
|
@ -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> |
|
|
|
|