2025-10-31 10:58:44 +08:00
|
|
|
update "LOWCODE_FRAME"."LOWCODE_DBFORM"
|
|
|
|
|
set IS_DB_SYNC='N'
|
|
|
|
|
where TABLE_NAME in (
|
|
|
|
|
'lc_item_result', 'lc_training_plan', 'lc_training_record',
|
2025-10-31 16:48:41 +08:00
|
|
|
'lc_work_item', 'lc_work_item_issus', 'lc_drill_plan',
|
|
|
|
|
'lc_confined_space_operation', 'lc_emergency_plan', 'lc_exam_plan',
|
|
|
|
|
'lc_fire_operation', 'lc_high_operation', 'lc_land_operation',
|
|
|
|
|
'lc_lifting_operation', 'lc_outside_person',
|
|
|
|
|
'lc_risk_identify_assessment', 'lc_temporary_power_operation'
|
2025-10-31 10:58:44 +08:00
|
|
|
);
|