yzc преди 1 година
родител
ревизия
f921506768
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml

@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 		<if test="status != null and status != ''">
 			AND d.status = #{status}
 		</if>
-		<if test="type != null and type != ''">
+		<if test="type != null">
 			AND d.type = #{type}
 		</if>
 <!--		<if test="tenantId != null and tenantId != ''">-->