liweifan 3 سال پیش
والد
کامیت
504b40c571
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/UserWithdrawalMapper.xml

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