From 674af1cc17901eb8ec05672097b58f26d87f69d9 Mon Sep 17 00:00:00 2001 From: yang chen Date: Tue, 4 Nov 2025 14:27:55 +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=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE-=20=E5=B0=86=E5=A4=9A=E4=B8=AA=E8=A1=A8=E7=9A=84IS=5F?= =?UTF-8?q?DB=5FSYNC=E5=AD=97=E6=AE=B5=E8=AE=BE=E7=BD=AE=E4=B8=BA'N'-=20?= =?UTF-8?q?=E6=B6=89=E5=8F=8A=E5=8F=97=E9=99=90=E7=A9=BA=E9=97=B4=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E3=80=81=E5=A4=96=E9=83=A8=E8=AE=B8=E5=8F=AF=E7=AD=89?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=B8=9A=E5=8A=A1=E8=A1=A8=20-=20=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E8=BF=99=E4=BA=9B=E8=A1=A8=E5=9C=A8=E4=B8=8B=E6=AC=A1?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=97=B6=E9=87=8D=E6=96=B0=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E6=95=B0=E6=8D=AE=20-=20=E9=81=BF=E5=85=8D=E5=9B=A0?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81=E5=BC=82=E5=B8=B8=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E6=95=B0=E6=8D=AE=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQL/202511/20251104/z_exec_last.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SQL/202511/20251104/z_exec_last.sql diff --git a/SQL/202511/20251104/z_exec_last.sql b/SQL/202511/20251104/z_exec_last.sql new file mode 100644 index 0000000..3c7d00f --- /dev/null +++ b/SQL/202511/20251104/z_exec_last.sql @@ -0,0 +1,9 @@ +update "LOWCODE_FRAME"."LOWCODE_DBFORM" +set IS_DB_SYNC='N' +where TABLE_NAME in ( + 'lc_confined_space_operation_safe', 'lc_outside_license', + 'lc_fire_operation_detail', 'lc_high_operation_detail', + 'lc_land_operation', 'lc_land_operation_detail', + 'lc_lifting_operation_detail', 'lc_risk_identify_assessment', + 'lc_temporary_power_operation_detail' + );