|
|
|
@@ -156,10 +156,10 @@ |
|
|
|
and ci.`update_date` = #{updateDate} |
|
|
|
</if> |
|
|
|
<if test=" null != status "> |
|
|
|
and status = #{status} |
|
|
|
and co.`coupon_order_status` = #{status} |
|
|
|
</if> |
|
|
|
<if test=" null != ouPhone "> |
|
|
|
and ou_phone = #{ouPhone} |
|
|
|
and ou.`phone` = #{ouPhone} |
|
|
|
</if> |
|
|
|
<if test=" null != startdate and null!=enddate"> |
|
|
|
and ci.`create_date` between #{startdate} and #{enddate} |
|
|
|
|