瀏覽代碼

特殊标志维护住院停用修改

WANGJIALIANG 2 年之前
父節點
當前提交
d703438841
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/cn/hnthyy/thmz/mapper/his/yp/YpBaseYfMapper.java

+ 3 - 0
src/main/java/cn/hnthyy/thmz/mapper/his/yp/YpBaseYfMapper.java

@@ -71,6 +71,9 @@ public interface YpBaseYfMapper {
             "<when test='visibleFlagMz!=null'>",
             ",visible_flag_mz =#{visibleFlagMz,jdbcType=INTEGER}",
             "</when>",
+            "<when test='visibleFlagZy!=null'>",
+            ",visible_flag_zy =#{visibleFlagZy,jdbcType=INTEGER}",
+            "</when>",
             "<when test='visibleFlagStop!=null'>",
             ",visible_flag_stop =#{visibleFlagStop,jdbcType=INTEGER}",
             "</when>",