订单导出增加停止原因,更新停止原因枚举

This commit is contained in:
yuyang 2022-06-20 11:34:16 +08:00
parent 6ffa4f2dd1
commit cd311d5ed7

View File

@ -125,7 +125,7 @@ public class XhpcHistoryOrderServiceImpl extends BaseService implements IXhpcHis
SM.put("86", "接收电池状态信息报文超时(0X86)");
SM.put("87", "接收 BMS 中止充电报文超时(0X87)");
SM.put("88", "接收 BMS 充电统计报文超时(0X88)");
SM.put("88", "接收对侧 CCS 报文超时(0X89)");
SM.put("89", "接收对侧 CCS 报文超时(0X89)");
SM.put("91", "平台结算(0X91)");
}