This commit is contained in:
三丙
2025-09-09 17:12:27 +08:00
parent 58580ca11e
commit 84da4b7c5a
3 changed files with 3 additions and 5 deletions

View File

@@ -749,10 +749,11 @@ public class DefaultPileProtocolService implements PileProtocolService {
String tradeNo = bmsDemandChargerOutputProto.getTradeNo();
String additionalInfo = bmsDemandChargerOutputProto.getAdditionalInfo();
log.info("充电过程BMS需求与充电机输出信息: 桩编码: {}, 枪号: {}, 交易流水号: {}, 附加信息: {}",
pileCode, gunCode, tradeNo, additionalInfo);
pileCode, gunCode, tradeNo, additionalInfo);
// TODO 处理相关业务逻辑
callback.onSuccess();
}
/**
* 将Proto状态转换为数据库枚举状态
*/