lihong 2 년 전
부모
커밋
56d55f0f05
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/cn/hnthyy/thmz/mapper/his/zd/DictDataMapper.java

+ 2 - 2
src/main/java/cn/hnthyy/thmz/mapper/his/zd/DictDataMapper.java

@@ -21,8 +21,8 @@ public interface DictDataMapper {
             "<when test='dictType!=null'>",
             " and dict_type = #{dictType}",
             "</when>",
-            "<when test='dictValue!=null'>",
-            " and dict_value = #{dictValue}",
+            "<when test='dictName!=null'>",
+            " and dict_name = #{dictName}",
             "</when>",
             "</script>"
     })