Browse Source

出生日期不展示,单独新增年龄组件

master
yinzuomei 3 years ago
parent
commit
5af4be43ed
  1. 1
      epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__policy_flag.sql

1
epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__policy_flag.sql

@ -14,5 +14,6 @@ where i.DEL_FLAG='0'
and i.DYNAMIC='1' and i.DYNAMIC='1'
and i.COLUMN_NAME is not null and i.COLUMN_NAME is not null
and i.COLUMN_NAME !='' and i.COLUMN_NAME !=''
and i.LABEL !='出生日期'
and i.ITEM_TYPE not in('cascader') and i.ITEM_TYPE not in('cascader')
and label not in ('分割线'); and label not in ('分割线');
Loading…
Cancel
Save