QueryStopCharge接口,pushOrder增加了internetSerialNumber
This commit is contained in:
parent
1917760e11
commit
aa93392680
@ -134,9 +134,11 @@ public class QueryStopChargeController {
|
|||||||
order.replace("status", "已结束");
|
order.replace("status", "已结束");
|
||||||
REDIS.setCacheMap("order:" + xhOrderNo, order);
|
REDIS.setCacheMap("order:" + xhOrderNo, order);
|
||||||
|
|
||||||
|
//设置推送停止充电订单所需要的数据
|
||||||
Map<String, Object> pushOrder = REDIS.getCacheMap("pushOrder:".concat(xhOrderNo));
|
Map<String, Object> pushOrder = REDIS.getCacheMap("pushOrder:".concat(xhOrderNo));
|
||||||
pushOrder.put("stopCommandSent", true);
|
pushOrder.put("stopCommandSent", true);
|
||||||
pushOrder.put("operatorId3rdpty", startChargeSeq.substring(0, 9));
|
pushOrder.put("operatorId3rdpty", startChargeSeq.substring(0, 9));
|
||||||
|
pushOrder.put("internetSerialNumber", startChargeSeq);
|
||||||
REDIS.setCacheMap("pushOrder:".concat(xhOrderNo), pushOrder);
|
REDIS.setCacheMap("pushOrder:".concat(xhOrderNo), pushOrder);
|
||||||
|
|
||||||
//充电订单状态
|
//充电订单状态
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user