Commit ea1e66f2 authored by lisong's avatar lisong

修改bug

parent a46e019b
...@@ -801,6 +801,10 @@ public class PlanTaskServiceImpl implements IPlanTaskService { ...@@ -801,6 +801,10 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
} }
public void sendMessage(Plan plan) throws Exception { public void sendMessage(Plan plan) throws Exception {
Toke toke= remoteSecurityService.getServerToken();
RequestContext.setToken(toke.getToke());
RequestContext.setProduct(toke.getProduct());
RequestContext.setAppKey(toke.getAppKey());
// 查询检查对象对应防火监督负责人id // 查询检查对象对应防火监督负责人id
List<String> extraUserIds = Lists.newArrayList(); List<String> extraUserIds = Lists.newArrayList();
List<Point> pointList = pointMapper.getPointByPlanId(String.valueOf(plan.getId())); List<Point> pointList = pointMapper.getPointByPlanId(String.valueOf(plan.getId()));
......
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