update 标准征求意见流程
This commit is contained in:
+1
@@ -247,6 +247,7 @@ public class ProcessFbStandardConsultationServiceImpl extends ServiceImpl<Proces
|
|||||||
} else { // 流程发起后保存
|
} else { // 流程发起后保存
|
||||||
Task task = taskService.createTaskQuery().taskId(taskId).singleResult();
|
Task task = taskService.createTaskQuery().taskId(taskId).singleResult();
|
||||||
String taskDefinitionKey = task.getTaskDefinitionKey();
|
String taskDefinitionKey = task.getTaskDefinitionKey();
|
||||||
|
processInfoVO.setBusinessId(businessInfoDTO.getProcessFbStandardConsultation().getId());
|
||||||
switch (taskDefinitionKey) {
|
switch (taskDefinitionKey) {
|
||||||
case ConsultationTaskKey.DEPART_LEADER_START_1:
|
case ConsultationTaskKey.DEPART_LEADER_START_1:
|
||||||
processDepartLeaderStart_1_draft(processInfoVO); // 各部所主管级领导分发
|
processDepartLeaderStart_1_draft(processInfoVO); // 各部所主管级领导分发
|
||||||
|
|||||||
Reference in New Issue
Block a user