From f14bfd47670e57d1d28d006464cb8ba576c8a49c Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 22 五月 2025 10:26:08 +0800
Subject: [PATCH] 基于测试服务器修改配置文件

---
 pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
index d128a39..ff7e942 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
@@ -189,7 +189,7 @@
       <if test="password!= null and password !=''">
         `password`,
       </if>
-      <if test="supperAdmin!= null and supperAdmin !=''">
+      <if test="supperAdmin!= null">
         supper_admin,
       </if>
       <if test="disabled != null">
@@ -212,7 +212,7 @@
       <if test="password!= null and password !=''">
         #{password},
       </if>
-      <if test="supperAdmin!= null and supperAdmin !=''">
+      <if test="supperAdmin!= null">
         #{supperAdmin},
       </if>
       <if test="disabled != null">
@@ -236,7 +236,7 @@
       <if test="password!= null and password !=''">
         `password` = #{password},
       </if>
-      <if test="supperAdmin!= null and supperAdmin !=''">
+      <if test="supperAdmin!= null">
         supper_admin = #{supperAdmin},
       </if>
       <if test="disabled != null">

--
Gitblit v1.8.0