|
|
|
@@ -172,7 +172,7 @@ |
|
|
|
<if test=" null != status "> |
|
|
|
and co.`coupon_order_status` = #{status} |
|
|
|
</if> |
|
|
|
<if test=" null != ouPhone "> |
|
|
|
<if test=" null != ouPhone and '' != ouPhone"> |
|
|
|
and ou.`phone` = #{ouPhone} |
|
|
|
</if> |
|
|
|
<if test=" null != startdate and null!=enddate"> |
|
|
|
|