|
@@ -168,6 +168,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="goodsType != null and goodsType != ''">
|
|
|
AND g.goods_type = #{goodsType}
|
|
|
</if>
|
|
|
+ <if test="makeGoodsId != null and makeGoodsId != ''">
|
|
|
+ AND g.make_goods_id = #{makeGoodsId}
|
|
|
+ </if>
|
|
|
<if test="goodsName != null and goodsName != ''">
|
|
|
AND g.goods_name like concat('%', #{goodsName}, '%')
|
|
|
</if>
|