update 预约充电 打印日志

This commit is contained in:
Guoqs
2024-08-28 14:00:20 +08:00
parent a752b1269f
commit 16572c6bdf
2 changed files with 2 additions and 2 deletions

View File

@@ -688,7 +688,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
response = null;
}
log.info("【=====平台下发指令=====】: 预约充电指令, 交易流水号:{}, 桩编号:{}, 枪口号:{}, 操作:{}, 身份验证:{}, 开始时间:{}, 结束时间:{}, 启动金额:{}",
log.info("【=====平台下发指令=====】: 预约充电指令, 交易流水号:{}, 桩编号:{}, 枪口号:{}, 操作(01-启动; 02-取消; 03-修改):{}, 身份验证:{}, 开始时间:{}, 结束时间:{}, 启动金额:{}",
transactionCode, pileSn, connectorCode, operation, verifyIdentity, DateUtils.formatDateTime(reservedStartTime), DateUtils.formatDateTime(reservedEndTime), amount);
return response;
}