src/main/java/com/fzzy/protocol/fzzy/analysis/AnalysisService.java
@@ -46,14 +46,12 @@ return; } //执行的分机信息 ApiCommonDevice commonDevice = Constant.getCommonDeviceCache(message.getSn()); ApiCommonDevice commonDevice = Constant.getCommonDeviceCacheBySn(message.getSn()); if (null == commonDevice) { log.warn("控制柜------>>>平台:当前组织编码={},分机ID={},系统没有获取到分机信息,报文无法进行解析", message.getCompanyId(), message.getIedId()); return; } //根据接口编号进行解析路由 switch (message.getFunctionId()) {