From 691cbf9350a6e98bfeb3cc2274906da75466bf1d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 22 九月 2023 09:08:16 +0800
Subject: [PATCH] 销售价

---
 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