Browse Source

POLICY_FLAG

master
yinzuomei 3 years ago
parent
commit
61ccd3d3b1
  1. 6
      epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.32__policy_flag.sql

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

@ -11,9 +11,7 @@ where DEL_FLAG='0'
update ic_form_item i set i.POLICY_FLAG='1'
where i.DEL_FLAG='0'
and i.DYNAMIC='1'
and i.COLUMN_NAME is not null
and i.COLUMN_NAME !=''
and i.LABEL !='出生日期'
and i.ITEM_TYPE not in('cascader')
and label not in ('分割线');
and i.ITEM_TYPE not in('cascader')
and i.label not in ('分割线','出生日期');
Loading…
Cancel
Save