订单缓存加入故障原因
This commit is contained in:
parent
8b6a6b3099
commit
2e79eae4a6
@ -110,6 +110,7 @@ public class RealtimeDataLogic implements ServiceLogic {
|
|||||||
REDIS.setCacheMap(stationTermStatusKey, cacheTerminalStatusMap);
|
REDIS.setCacheMap(stationTermStatusKey, cacheTerminalStatusMap);
|
||||||
Map<String, Object> cacheOrder = REDIS.getCacheMap(orderkey);
|
Map<String, Object> cacheOrder = REDIS.getCacheMap(orderkey);
|
||||||
if (!orderNo.equals("00000000000000000000000000000000")) {
|
if (!orderNo.equals("00000000000000000000000000000000")) {
|
||||||
|
cacheOrder.put("hf", hfsplain);
|
||||||
if (statusInt == 3) {
|
if (statusInt == 3) {
|
||||||
Boolean o = (Boolean) cacheGun.get("ac.on");
|
Boolean o = (Boolean) cacheGun.get("ac.on");
|
||||||
if (o != null && !o) {
|
if (o != null && !o) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user