抽奖金额修改
订单笔数统计 只统计支付宝支付 增加 一次性任务 新人福利 领取1元
This commit is contained in:
@@ -314,6 +314,7 @@
|
||||
WHERE
|
||||
orders.user_id = #{userId}
|
||||
AND orders.`status` = 1
|
||||
AND orders.`pay_way` = 9
|
||||
<if test="time !=null and time != ''">
|
||||
and create_time > #{time}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user