From 56d20938de7861740be00a0f8062363f4d444ae8 Mon Sep 17 00:00:00 2001 From: yang chen Date: Fri, 17 Oct 2025 19:09:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(lowcode):=20=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E8=A1=A8=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81?= =?UTF-8?q?-=20=E5=B0=86=E5=A4=9A=E4=B8=AA=E9=A3=8E=E9=99=A9=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E8=A1=A8=E7=9A=84IS=5FDB=5FSYNC=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA'N'-=20=E6=B6=89=E5=8F=8A=E7=9A=84?= =?UTF-8?q?=E8=A1=A8=E5=8C=85=E6=8B=AC:=20lc=5Frisk=5Fhazard=5Fmanage,=20l?= =?UTF-8?q?c=5Fconfined=5Fspace=5Foperation,=20=20=20lc=5Ffire=5Foperation?= =?UTF-8?q?,=20lc=5Fhigh=5Foperation,=20lc=5Fland=5Foperation,=20lc=5Flift?= =?UTF-8?q?ing=5Foperation,=20lc=5Foutside=5Fperson,=20=20lc=5Frisk=5Fiden?= =?UTF-8?q?tify=5Fassessment,=20lc=5Ftemporary=5Fpower=5Foperation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQL/202510/20251017/z_exec_last.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SQL/202510/20251017/z_exec_last.sql diff --git a/SQL/202510/20251017/z_exec_last.sql b/SQL/202510/20251017/z_exec_last.sql new file mode 100644 index 0000000..2c2675e --- /dev/null +++ b/SQL/202510/20251017/z_exec_last.sql @@ -0,0 +1,6 @@ +update "LOWCODE_FRAME"."LOWCODE_DBFORM" +set IS_DB_SYNC='N' +where TABLE_NAME in ('lc_risk_hazard_manage', 'lc_confined_space_operation', + 'lc_fire_operation', 'lc_high_operation', 'lc_land_operation', + 'lc_lifting_operation', 'lc_outside_person', + 'lc_risk_identify_assessment', 'lc_temporary_power_operation'); \ No newline at end of file