|
|
@@ -75,7 +75,7 @@ |
|
|
and `create_date` between #{startdate} and #{enddate} |
|
|
and `create_date` between #{startdate} and #{enddate} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != couponIdList "> |
|
|
<if test=" null != couponIdList "> |
|
|
and ci.coupon_id in |
|
|
|
|
|
|
|
|
and coupon_id in |
|
|
<foreach collection="couponIdList" index="index" item="cidItem" open="(" separator="," close=")"> |
|
|
<foreach collection="couponIdList" index="index" item="cidItem" open="(" separator="," close=")"> |
|
|
#{cidItem} |
|
|
#{cidItem} |
|
|
</foreach> |
|
|
</foreach> |
|
|
|