|
|
@ -190,6 +190,8 @@ public class AccessPlanV4ServiceImpl implements AccessPlanV4Service{ |
|
|
|
entity.setTaskName("流程结束"); |
|
|
|
entity.setTaskName("流程结束"); |
|
|
|
entity.setNextStepOperator("流程结束,无需人员处理"); |
|
|
|
entity.setNextStepOperator("流程结束,无需人员处理"); |
|
|
|
entity.setActEndTime(new Date()); |
|
|
|
entity.setActEndTime(new Date()); |
|
|
|
|
|
|
|
// 开启检修任务
|
|
|
|
|
|
|
|
this.startTaskProcess(entity); |
|
|
|
return this.planService.updateById(entity); |
|
|
|
return this.planService.updateById(entity); |
|
|
|
// 审核不通过
|
|
|
|
// 审核不通过
|
|
|
|
} else if(ObjectUtil.isNotEmpty(variables.get("examine")) && !(Boolean) variables.get("examine")){ |
|
|
|
} else if(ObjectUtil.isNotEmpty(variables.get("examine")) && !(Boolean) variables.get("examine")){ |
|
|
|