update:
bug修改
This commit is contained in:
parent
7000c02653
commit
771351b12f
@ -247,7 +247,7 @@ public class AsynRunTaskService extends BaseService {
|
||||
if (threeSetp>0){
|
||||
//当前任务为自动任务里的第三步,先上报第二步的apms处理endProcess
|
||||
AutoExeTask autoExeTask = autoExeTaskServiceBiz.getOne(new QueryWrapper<AutoExeTask>().eq(AutoExeTask.TH_TASK_ID, currTaskId));
|
||||
CurrTask secondCurrTask = currTaskServiceBiz.getById(autoExeTask.getFTaskId());
|
||||
CurrTask secondCurrTask = currTaskServiceBiz.getById(autoExeTask.getTTaskId());
|
||||
secondCurrTask.setIsIn(2);
|
||||
currTaskServiceBiz.updateById(secondCurrTask);
|
||||
apmsEndProcess(secondCurrTask);
|
||||
|
Loading…
Reference in New Issue
Block a user