Procházet zdrojové kódy

Merge branch 'dev-1.1.4' of https://172.16.32.165/hurugang/thmz_system into dev-1.1.4

hurugang před 2 roky
rodič
revize
9af1f43777

+ 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>",