소스 검색

提现修改

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>