update 打印日志

This commit is contained in:
Guoqs
2024-11-26 09:35:23 +08:00
parent 6c3eee800e
commit 6e043c279a

View File

@@ -883,7 +883,8 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
if (flag) {
String type = YKCFrameTypeCode.PILE_LOG_OUT.getCode() + "";
String jsonMsg = YKCFrameTypeCode.PILE_LOG_OUT.getValue() + ": 超过3分钟无通信, 判断离线!";
pileMsgRecordService.save(pileSn, pileSn, type, jsonMsg, "");
// pileMsgRecordService.save(pileSn, pileSn, type, jsonMsg, "");
log.info("{}桩{}", pileSn, jsonMsg);
}
return flag;
}