From 451504b7ec012f2b60961623b90813c317ec01b0 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Sat, 15 Nov 2025 15:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E8=8E=B7=E5=8F=96=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/android/UserMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 6eff163..5248560 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 @@ -15,8 +15,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" su.login_type as loginType from sys_user su left join account_card ac on ac.user_id = su.user_id - left join account_info ai on ai.user_id = su.user_id - where ai.del_flag = '0' and su.status = '0' + left join account_info ai on ai.user_id = su.user_id and ai.del_flag = '0' + where su.status = '0' AND su.user_id = #{userId}