From 3212a16544dd34d861f3d4c40f1cfef754394bc1 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Sun, 27 Apr 2025 10:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/android/UserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/android/UserMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/android/UserMapper.xml index 35a08e6..f88e3f3 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/android/UserMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/android/UserMapper.xml @@ -11,7 +11,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ac.card_num as cardNum, ac.serial_num as serialNum, ai.acc_status as accStatus, - su.phone as phone, + su.phonenumber as phone, su.login_type as loginType from sys_user su left join acc_card ac on ac.user_id = su.user_id