QueryStopCharge接口,pushOrder增加了internetSerialNumber

This commit is contained in:
wen 2021-11-10 17:39:20 +08:00
parent 1917760e11
commit aa93392680

View File

@ -134,9 +134,11 @@ public class QueryStopChargeController {
order.replace("status", "已结束");
REDIS.setCacheMap("order:" + xhOrderNo, order);
//设置推送停止充电订单所需要的数据
Map<String, Object> pushOrder = REDIS.getCacheMap("pushOrder:".concat(xhOrderNo));
pushOrder.put("stopCommandSent", true);
pushOrder.put("operatorId3rdpty", startChargeSeq.substring(0, 9));
pushOrder.put("internetSerialNumber", startChargeSeq);
REDIS.setCacheMap("pushOrder:".concat(xhOrderNo), pushOrder);
//充电订单状态