|
|
@@ -129,6 +129,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="goodsId != null and goodsId != '' ">
|
|
|
and us.goods_id = #{goodsId}
|
|
|
</if>
|
|
|
+ <if test="orderGoodsId != null and orderGoodsId != '' ">
|
|
|
+ and us.order_goods_id = #{orderGoodsId}
|
|
|
+ </if>
|
|
|
<if test="result != null ">
|
|
|
and us.result = #{result}
|
|
|
</if>
|