@@ -1192,6 +1192,9 @@ public class MiddleMeterApplyServiceImpl extends BaseServiceImpl<MiddleMeterAppl
Integer strength = null;
for (Long id : linkWbsIds) {
MeterLinkWbsInfoVO vo = wbsInfoVOMap.get(id);
+ if (vo == null){
+ throw new ServiceException("未找到计量单元:"+vo2.getNodeName()+"的关联WBS节点id"+id+",的节点信息");
+ }
if (vo.getAppStatus() != 2) {
isApp = false;
}