|
@@ -154,7 +154,6 @@
|
|
|
<select id="getNowDayWithdrawalCount" resultType="java.lang.Integer">
|
|
|
select count(1) from user_withdrawal
|
|
|
where user_id_ = #{userId}
|
|
|
- and auth_status_ in ('DOING','PASS') and trade_status_ != 'failed'
|
|
|
and to_days(create_time_) = to_days(now())
|
|
|
</select>
|
|
|
|