|
|
@@ -991,7 +991,7 @@ public class SendDeviceServiceImpl implements ISendDeviceService {
|
|
|
log.info("heartBeat没有要处理人员数据");
|
|
|
return R.warn("没有要处理人员数据");
|
|
|
}
|
|
|
- log.info("day处理人员数据条数{}", vos.size());
|
|
|
+ log.info("day处理人员数据条数:{},mac地址:{}", vos.size(), macAddress);
|
|
|
XfTermVo termVo = xfTermService.getByMac(macAddress);
|
|
|
if (ObjectUtil.isEmpty(termVo)) {
|
|
|
return R.warn(MessageFormat.format("设备未找到,mac:{0}", macAddress));
|