gc-user/src/main/resources/mapper/user/UserMapper.xml
@@ -250,7 +250,7 @@ </update> <select id="queryCuserDetail" resultType="java.util.HashMap"> SELECT a.*, b.money, b.withdraw_money, c.pay_type, SUM(c.money) as moneyx FROM xzx_user_info a SELECT a.*, b.money,b.collect_score collectScore, b.withdraw_money, c.pay_type, SUM(c.money) as moneyx FROM xzx_user_info a LEFT JOIN xzx_account_info b ON a.user_id=b.user_id LEFT JOIN xzx_pay_info c ON b.account_id=c.account_id LEFT JOIN xzx_sys_config_info d ON c.pay_type=d.config_value AND d.config_type_code='PAY_TYPE'