From 5af4be43ed9de0d4c12a55bd2f748455241c1ad2 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Wed, 20 Jul 2022 09:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E7=94=9F=E6=97=A5=E6=9C=9F=E4=B8=8D?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=EF=BC=8C=E5=8D=95=E7=8B=AC=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=B9=B4=E9=BE=84=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V0.0.31__policy_flag.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__policy_flag.sql b/epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__policy_flag.sql index ffbc722586..435565604f 100644 --- a/epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__policy_flag.sql +++ b/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.COLUMN_NAME is not null and i.COLUMN_NAME !='' + and i.LABEL !='出生日期' and i.ITEM_TYPE not in('cascader') and label not in ('分割线'); \ No newline at end of file