From bcd6f83fdcbd5caa250a01847fc691e71efbcfd8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 21 二月 2024 16:17:27 +0800
Subject: [PATCH] #
---
zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml b/zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml
index 6cbeac3..9afa87e 100644
--- a/zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml
+++ b/zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml
@@ -22,6 +22,8 @@
<if test="param.deptId != null">
and (FIND_IN_SET(#{param.deptId}, sd.`path`) OR sd.`id` = #{param.deptId})
</if>
+ <if test="param.condition != null">
+ </if>
order by su.create_time desc
</select>
--
Gitblit v1.9.1