|
@@ -229,5 +229,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="goodsType != null and goodsType != ''">
|
|
<if test="goodsType != null and goodsType != ''">
|
|
and g.goods_type = #{goodsType}
|
|
and g.goods_type = #{goodsType}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="goodsStatus != null and goodsStatus != ''">
|
|
|
|
+ and g.goods_status = #{goodsStatus}
|
|
|
|
+ </if>
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|