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