From 8247ccb1b4d8dfa5e1e8644cde340c43c2dffe00 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 23 十月 2024 10:15:25 +0800 Subject: [PATCH] web分布式文件系统,增加一个分析文件hash值集合的方法 --- 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