Compare commits
No commits in common. "fc80657dc5d8dec3f7898b0d6b9340850cce90c2" and "6ccd0007857f3ef97814b590b9b6f4989cf39a66" have entirely different histories.
fc80657dc5
...
6ccd000785
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue