From 9b55957f6a1f01941b0d4d5a6668f18a9d612e86 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 30 四月 2025 10:32:58 +0800
Subject: [PATCH] sf

---
 server/service/src/main/resources/mappers/SystemRoleMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/service/src/main/resources/mappers/SystemRoleMapper.xml b/server/service/src/main/resources/mappers/SystemRoleMapper.xml
index 7c35d77..406267c 100644
--- a/server/service/src/main/resources/mappers/SystemRoleMapper.xml
+++ b/server/service/src/main/resources/mappers/SystemRoleMapper.xml
@@ -30,7 +30,7 @@
       <if test="dto.name != null and dto.name != ''">
         AND role.`NAME` LIKE CONCAT('%', #{dto.name}, '%')
       </if>
-      <if test="dto.type != null and dto.type != ''">
+      <if test="dto.type != null">
         AND role.type = #{dto.type}
       </if>
     </where>

--
Gitblit v1.9.3