瀏覽代碼

字典数据条件修改

RuoYi 6 年之前
父節點
當前提交
f081c89e73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mybatis/system/DictDataMapper.xml

+ 1 - 1
src/main/resources/mybatis/system/DictDataMapper.xml

@@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 	    <include refid="selectDictDataVo"/>
 		<where>
 		    <if test="dictType != null and dictType != ''">
-				AND dict_type like concat('%', #{dictType}, '%')
+				AND dict_type = #{dictType}
 			</if>
 			<if test="dictLabel != null and dictLabel != ''">
 				AND dict_label like concat('%', #{dictLabel}, '%')