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