Compare commits

..

No commits in common. "fc80657dc5d8dec3f7898b0d6b9340850cce90c2" and "6ccd0007857f3ef97814b590b9b6f4989cf39a66" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ public class HeartBeatService {
return ServerResponseEntity.fail("Invalid accessToken");
}
DeviceInfoDAO deviceInfoDAO = getDeviceInfoBySN(deviceInfo.getSN());
logger.info("deviceInfoDAO: {}",deviceInfoDAO);
if (deviceInfoDAO == null) {
// 设备信息不存在,可能是无效的设备
boolean isSuccess = addDeviceInfo(deviceInfo);