Browse Source

参战时间不展示

dev
yinzuomei 3 years ago
parent
commit
9d0aadedac
  1. 2
      epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.32__policy_flag.sql

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

@ -14,4 +14,4 @@ where i.DEL_FLAG='0'
and i.COLUMN_NAME is not null
and i.COLUMN_NAME !=''
and i.ITEM_TYPE not in('cascader')
and i.label not in ('分割线','出生日期');
and i.label not in ('分割线','出生日期','参战时间');
Loading…
Cancel
Save