2025-11-17sql提交
This commit is contained in:
21
SQL/202510/20251017/hazardType.sql
Normal file
21
SQL/202510/20251017/hazardType.sql
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
delete
|
||||||
|
from "LOWCODE_MASTER"."SYSTEM_DICT_TYPE" where type in
|
||||||
|
('hazardType','riskLevelType');
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_TYPE"("NAME", "TYPE", "STATUS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED", "DELETED_TIME") values('危险有害因素类别', 'hazardType', 0, '', '1', '2025-10-16 16:00:53', '1', '2025-10-16 16:00:53', 0, '1970-01-01 00:00:00');
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_TYPE"("NAME", "TYPE", "STATUS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED", "DELETED_TIME") values('风险程度', 'riskLevelType', 0, '', '1', '2025-10-16 15:58:03', '1', '2025-10-16 15:58:03', 0, '1970-01-01 00:00:00');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
delete
|
||||||
|
from "LOWCODE_MASTER"."SYSTEM_DICT_DATA" where DICT_TYPE in
|
||||||
|
('hazardType','riskLevelType');
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '低', '1', 'riskLevelType', 0, '', '', '', '1', '2025-10-16 15:59:28', '1', '2025-10-16 15:59:28', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '一般', '2', 'riskLevelType', 0, '', '', '', '1', '2025-10-16 15:59:40', '1', '2025-10-16 15:59:40', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '较大', '3', 'riskLevelType', 0, '', '', '', '1', '2025-10-16 15:59:48', '1', '2025-10-16 15:59:48', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '高', '4', 'riskLevelType', 0, '', '', '', '1', '2025-10-16 16:00:00', '1', '2025-10-16 16:00:00', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '人的因素', '1', 'hazardType', 0, '', '', '', '1', '2025-10-16 16:01:14', '1', '2025-10-16 16:01:14', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '物的因素', '2', 'hazardType', 0, '', '', '', '1', '2025-10-16 16:01:22', '1', '2025-10-16 16:01:22', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '环境因素', '3', 'hazardType', 0, '', '', '', '1', '2025-10-16 16:01:30', '1', '2025-10-16 16:01:30', 0);
|
||||||
|
insert into "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(0, '重大', '5', 'riskLevelType', 0, '', '', '', '1', '2025-10-16 17:24:25', '1', '2025-10-16 17:24:25', 0);
|
||||||
|
|
||||||
|
|
||||||
438
SQL/202510/20251017/lc_confined_space_operation.sql
Normal file
438
SQL/202510/20251017/lc_confined_space_operation.sql
Normal file
File diff suppressed because one or more lines are too long
438
SQL/202510/20251017/lc_fire_operation.sql
Normal file
438
SQL/202510/20251017/lc_fire_operation.sql
Normal file
File diff suppressed because one or more lines are too long
482
SQL/202510/20251017/lc_high_operation.sql
Normal file
482
SQL/202510/20251017/lc_high_operation.sql
Normal file
File diff suppressed because one or more lines are too long
379
SQL/202510/20251017/lc_land_operation.sql
Normal file
379
SQL/202510/20251017/lc_land_operation.sql
Normal file
File diff suppressed because one or more lines are too long
395
SQL/202510/20251017/lc_lifting_operation.sql
Normal file
395
SQL/202510/20251017/lc_lifting_operation.sql
Normal file
File diff suppressed because one or more lines are too long
450
SQL/202510/20251017/lc_risk_identify_assessment.sql
Normal file
450
SQL/202510/20251017/lc_risk_identify_assessment.sql
Normal file
File diff suppressed because one or more lines are too long
386
SQL/202510/20251017/lc_temporary_power_operation.sql
Normal file
386
SQL/202510/20251017/lc_temporary_power_operation.sql
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user