订单缓存加入故障原因

This commit is contained in:
ZZ 2022-06-11 19:15:36 +08:00
parent 8b6a6b3099
commit 2e79eae4a6

View File

@ -110,6 +110,7 @@ public class RealtimeDataLogic implements ServiceLogic {
REDIS.setCacheMap(stationTermStatusKey, cacheTerminalStatusMap);
Map<String, Object> cacheOrder = REDIS.getCacheMap(orderkey);
if (!orderNo.equals("00000000000000000000000000000000")) {
cacheOrder.put("hf", hfsplain);
if (statusInt == 3) {
Boolean o = (Boolean) cacheGun.get("ac.on");
if (o != null && !o) {