|
|
|
@@ -696,11 +696,8 @@ |
|
|
|
<if test="couponOrderStatus != null"> |
|
|
|
and co.coupon_order_status = #{couponOrderStatus} |
|
|
|
</if> |
|
|
|
<if test="status != null"> |
|
|
|
and co.status = #{status} |
|
|
|
</if> |
|
|
|
<if test=" null != statusS "> |
|
|
|
and `status` in in |
|
|
|
and co.coupon_order_status in |
|
|
|
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> |
|
|
|
#{sItem} |
|
|
|
</foreach> |
|
|
|
|