From 61631227899badaf6c8474ab9c1722a2a6fc651c Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 16 Jul 2021 17:10:50 +0800 Subject: [PATCH] fix --- gc-user/src/main/resources/mapper/user/AccountMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gc-user/src/main/resources/mapper/user/AccountMapper.xml b/gc-user/src/main/resources/mapper/user/AccountMapper.xml index 82bc3bf..bf793c1 100644 --- a/gc-user/src/main/resources/mapper/user/AccountMapper.xml +++ b/gc-user/src/main/resources/mapper/user/AccountMapper.xml @@ -252,8 +252,8 @@ a.order_no orderNo, a.score scoreReward, a.amount amountReward, - a.nick_name nickname, - a.mobile_phone phone, + c.nick_name nickname, + c.mobile_phone phone, (select sum(score) from xzx_jhy_order_items where b.id = order_id) score, (select sum(score/ 40) from xzx_jhy_order_items where b.id = order_id) amount FROM -- Gitblit v1.9.1