From 4c1610ef55bd84c76997458e4218a92a81b912c4 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 22 五月 2025 11:24:30 +0800
Subject: [PATCH] 修改web分布文件系统中文件显示与下载路径,采用统一配置方式
---
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