From 860fbaf9195a3169020e706ce7f8655778a8199f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 16 Jul 2021 15:48:27 +0800
Subject: [PATCH] 202107016
---
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