From 47b6a57b4d41783d1243cea4323865a92fe50783 Mon Sep 17 00:00:00 2001
From: wangmengzhao <1036088376@qq.com>
Date: 星期二, 14 十一月 2023 22:11:37 +0800
Subject: [PATCH] 设备安装的代码编写20231114 wmz
---
wumei-smart-master/springboot/wumei-system/src/main/resources/mapper/system/SysUserMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/wumei-smart-master/springboot/wumei-system/src/main/resources/mapper/system/SysUserMapper.xml b/wumei-smart-master/springboot/wumei-system/src/main/resources/mapper/system/SysUserMapper.xml
index 5767b1f..8088376 100644
--- a/wumei-smart-master/springboot/wumei-system/src/main/resources/mapper/system/SysUserMapper.xml
+++ b/wumei-smart-master/springboot/wumei-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -113,6 +113,9 @@
<if test="status != null and status != ''">
AND u.status = #{status}
</if>
+ <if test="isAuthentication != null">
+ AND u.is_authentication = #{isAuthentication}
+ </if>
<if test="phonenumber != null and phonenumber != ''">
AND u.phonenumber like concat('%', #{phonenumber}, '%')
</if>
--
Gitblit v1.8.0