Compare commits
4 Commits
b5f2251bcc
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 15d4b450b6 | |||
| 90c00ebe32 | |||
| a873c208f6 | |||
| 7f45779465 |
@@ -2,5 +2,9 @@ update "LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||||
set IS_DB_SYNC='N'
|
||||
where TABLE_NAME in (
|
||||
'lc_item_result', 'lc_training_plan', 'lc_training_record',
|
||||
'lc_work_item', 'lc_work_item_issus'
|
||||
'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'
|
||||
);
|
||||
|
||||
515
SQL/202510/20251031_2/lc_confined_space_operation.sql
Normal file
515
SQL/202510/20251031_2/lc_confined_space_operation.sql
Normal file
File diff suppressed because one or more lines are too long
427
SQL/202510/20251031_2/lc_drill_plan.sql
Normal file
427
SQL/202510/20251031_2/lc_drill_plan.sql
Normal file
File diff suppressed because one or more lines are too long
260
SQL/202510/20251031_2/lc_emergency_plan.sql
Normal file
260
SQL/202510/20251031_2/lc_emergency_plan.sql
Normal file
File diff suppressed because one or more lines are too long
410
SQL/202510/20251031_2/lc_exam_plan.sql
Normal file
410
SQL/202510/20251031_2/lc_exam_plan.sql
Normal file
File diff suppressed because one or more lines are too long
521
SQL/202510/20251031_2/lc_fire_operation.sql
Normal file
521
SQL/202510/20251031_2/lc_fire_operation.sql
Normal file
File diff suppressed because one or more lines are too long
565
SQL/202510/20251031_2/lc_high_operation.sql
Normal file
565
SQL/202510/20251031_2/lc_high_operation.sql
Normal file
File diff suppressed because one or more lines are too long
462
SQL/202510/20251031_2/lc_land_operation.sql
Normal file
462
SQL/202510/20251031_2/lc_land_operation.sql
Normal file
File diff suppressed because one or more lines are too long
477
SQL/202510/20251031_2/lc_lifting_operation.sql
Normal file
477
SQL/202510/20251031_2/lc_lifting_operation.sql
Normal file
File diff suppressed because one or more lines are too long
781
SQL/202510/20251031_2/lc_outside_person.sql
Normal file
781
SQL/202510/20251031_2/lc_outside_person.sql
Normal file
File diff suppressed because one or more lines are too long
533
SQL/202510/20251031_2/lc_risk_identify_assessment.sql
Normal file
533
SQL/202510/20251031_2/lc_risk_identify_assessment.sql
Normal file
File diff suppressed because one or more lines are too long
466
SQL/202510/20251031_2/lc_temporary_power_operation.sql
Normal file
466
SQL/202510/20251031_2/lc_temporary_power_operation.sql
Normal file
File diff suppressed because one or more lines are too long
520
SQL/202510/20251031_2/lc_training_plan.sql
Normal file
520
SQL/202510/20251031_2/lc_training_plan.sql
Normal file
File diff suppressed because one or more lines are too long
10
SQL/202510/20251031_2/z_exec_last.sql
Normal file
10
SQL/202510/20251031_2/z_exec_last.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
update "LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||||
set IS_DB_SYNC='N'
|
||||
where TABLE_NAME in (
|
||||
'lc_item_result', 'lc_training_plan', 'lc_training_record',
|
||||
'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'
|
||||
);
|
||||
@@ -34,7 +34,7 @@ public class BpmTaskAssignRuleController {
|
||||
@Parameter(name = "modelId", description = "模型编号", example = "1024"),
|
||||
@Parameter(name = "processDefinitionId", description = "流程定义的编号", example = "2048")
|
||||
})
|
||||
@PreAuthorize("@ss.hasPermission('bpm:task-assign-rule:query')")
|
||||
// @PreAuthorize("@ss.hasPermission('bpm:task-assign-rule:query')")
|
||||
public CommonResult<List<BpmTaskAssignRuleRespVO>> getTaskAssignRuleList(
|
||||
@RequestParam(value = "modelId", required = false) String modelId,
|
||||
@RequestParam(value = "processDefinitionId", required = false) String processDefinitionId) {
|
||||
|
||||
Reference in New Issue
Block a user