|
|
|
@@ -179,7 +179,7 @@ |
|
|
|
and ci.`create_date` between #{startdate} and #{enddate} |
|
|
|
</if> |
|
|
|
<if test=" null != onickName and ''!=onickName"> |
|
|
|
and ou.`nick_name` = #{onickName} |
|
|
|
and ou.`nick_name` like concat('%',#{onickName},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != statusS "> |
|
|
|
and co.`coupon_order_status` in |
|
|
|
|