Commit 943f2770 authored by chenzhao's avatar chenzhao

修改bug

parent 1e4e0772
package com.yeejoin.amos.patrol.quartz;
import com.alibaba.fastjson.JSON;
import com.yeejoin.amos.component.feign.config.InnerInvokException;
import com.yeejoin.amos.component.feign.model.FeignClientResult;
import com.yeejoin.amos.feign.privilege.model.AgencyUserModel;
import com.yeejoin.amos.feign.privilege.model.DepartmentModel;
......@@ -373,7 +374,12 @@ public class JobService implements IJobService {
//漏检修改APP待办通知状态不展示
Plan plan = new Plan();
plan.setId(planTask.getPlanId());
updateTaskStatus(plan);
try {
updateTaskStatus(plan);
}catch (InnerInvokException e){
log.error("待办消息不存在");
}
}
String usrIds = planTask.getUserId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment