liweifan 3 lat temu
rodzic
commit
504b40c571

+ 0 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/UserWithdrawalMapper.xml

@@ -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>