打印日志

This commit is contained in:
Guoqs
2024-09-04 10:03:19 +08:00
parent 219754c0df
commit 56d335580d
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
} catch (Exception e) {
throw new RuntimeException(e);
}
log.info("【=====平台下发指令=====】:获取充电桩:{} 的 {} 枪口实时数据信息", pileSn, connectorCode);
log.info("【=====平台下发指令=====】:获取枪口实时数据信息, pileSn:{}, 枪口:{} ", pileSn, connectorCode);
}
@Override