lihong 2 anos atrás
pai
commit
56d55f0f05

+ 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>"
     })