|
|
|
@@ -165,7 +165,7 @@ |
|
|
|
and ci.`create_date` between #{startdate} and #{enddate} |
|
|
|
</if> |
|
|
|
<if test=" null != statusS "> |
|
|
|
and status in |
|
|
|
and co.`coupon_order_status` in |
|
|
|
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> |
|
|
|
#{sItem} |
|
|
|
</foreach> |
|
|
|
|