@ -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.label not in ('分割线','出生日期');