feat(标准征求意见流程): 临时提交
This commit is contained in:
+2
@@ -367,6 +367,8 @@ public class ProcessFbStandardConsultationServiceImpl extends ServiceImpl<Proces
|
|||||||
.eq(ProcessFbConsultationUserLink::getBusinessId, projectId)
|
.eq(ProcessFbConsultationUserLink::getBusinessId, projectId)
|
||||||
.eq(ProcessFbConsultationUserLink::getDepartLeaderId, CurrentUserUtil.getId())
|
.eq(ProcessFbConsultationUserLink::getDepartLeaderId, CurrentUserUtil.getId())
|
||||||
.set(ProcessFbConsultationUserLink::getDepartLeaderId, toUserId));
|
.set(ProcessFbConsultationUserLink::getDepartLeaderId, toUserId));
|
||||||
|
|
||||||
|
runtimeService.setVariable(executionId, "departLeader", toUserId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user