mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-05 14:38:06 +08:00
update 打印日志
This commit is contained in:
@@ -883,7 +883,8 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
|||||||
if (flag) {
|
if (flag) {
|
||||||
String type = YKCFrameTypeCode.PILE_LOG_OUT.getCode() + "";
|
String type = YKCFrameTypeCode.PILE_LOG_OUT.getCode() + "";
|
||||||
String jsonMsg = YKCFrameTypeCode.PILE_LOG_OUT.getValue() + ": 超过3分钟无通信, 判断离线!";
|
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;
|
return flag;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user