Ver código fonte

提现修改

liweifan 3 anos atrás
pai
commit
dd05e22e1c

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

@@ -69,7 +69,7 @@
         FROM user_withdrawal t
         LEFT JOIN user_bank_card bc on t.bank_card_id_ = bc.id_ and t.user_id_ = bc.user_id_
         left join sys_user u on t.user_id_ = u.id_
-            left join sys_user au on t.auth_user_id_ = au.id
+            left join sys_user au on t.auth_user_id_ = au.id_
         <where>
             <if test="null != param.search and '' != param.search">
                 AND (