From e370f209b910240e03373144c90fe6f5a06598a3 Mon Sep 17 00:00:00 2001 From: gaowdong Date: Tue, 25 Mar 2025 18:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E8=B4=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/v3/AccTradeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/v3/AccTradeMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/v3/AccTradeMapper.xml index 7a846a3c..070644e9 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/v3/AccTradeMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/v3/AccTradeMapper.xml @@ -804,7 +804,7 @@ ci.cust_num, ci.nick_name AS cust_name, ci.phonenumber AS mobile, - t6.dept_name AS org_full_name + t6.dept_name AS org_full_name, t4.psn_type_name, t1.amount AS withdrawAmount, t5.wallet_id AS withdrawWalletType,