|
|
@@ -465,7 +465,7 @@
|
|
|
left join corp_user cu on cu.id = ca.corp_user_id where cu.user_id != 0)s
|
|
|
inner join order_don o on o.user_id = s.user_id
|
|
|
and o.status not in ('close','noPayment')
|
|
|
- and o.created_time > joinTime
|
|
|
+ and date_format(o.created_time, '%Y-%m-%d') > joinTime
|
|
|
<if test="consumeStTime != null">
|
|
|
and o.created_time >= #{consumeStTime}
|
|
|
</if>
|