Commit cc67e9d0 authored by 高建强's avatar 高建强

item:应急处置获取角标接口优化

parent 930fae42
......@@ -853,6 +853,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
String batchNo = record.getBatchNo();
ContingencyInstanceInfo instanceInfo = contingencyInstanceInfoService.selectDisposalDetails(batchNo);
map.put("planName", instanceInfo.getName());
map.put("batchNo", batchNo);
List<ContingencyPlanInstance> list = planVisual3dService.selectDisposalActionList(batchNo, roleModelList, 1);
map.put("taskNum", list.size());
}
......
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