|
@@ -77,8 +77,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="orderSn != null and orderSn != ''">
|
|
<if test="orderSn != null and orderSn != ''">
|
|
AND og.order_sn = #{orderSn}
|
|
AND og.order_sn = #{orderSn}
|
|
</if>
|
|
</if>
|
|
- <if test="goodsIds != null and goodsIds.size()!=0 ">
|
|
|
|
- AND og.goods_id in
|
|
|
|
|
|
+ <if test="orderGoodsId != null and orderGoodsId.size()!=0 ">
|
|
|
|
+ AND og.order_goods_id in
|
|
<foreach collection="status" item="item" index="index" open="(" close=")" separator=",">
|
|
<foreach collection="status" item="item" index="index" open="(" close=")" separator=",">
|
|
#{item}
|
|
#{item}
|
|
</foreach>
|
|
</foreach>
|