update 预约充电

This commit is contained in:
Guoqs
2024-08-02 13:51:10 +08:00
parent 1cffe9229b
commit 42f344f71e

View File

@@ -222,6 +222,11 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
// 移除容器
RpcUtil.getSyncPromiseMap().remove(msgId);
// 保存报文
String frameTypeStr = YKCUtils.frameType2Str(((YKCFrameTypeCode) frameTypeCode).getBytes());
if (frameTypeList.contains(frameTypeStr)) {
pileMsgRecordService.save(pileSn, null, frameTypeStr, null, wholeMsg);
}
return rpcResponse;
}