really not in good moods...
This commit is contained in:
parent
36236fc501
commit
c65f02064b
@ -36,7 +36,7 @@ public class HBLogic implements ServiceLogic {
|
||||
Map<String, Object> cacheGun = REDIS.getCacheMap(gunkey);
|
||||
cacheGun.put("status", stable[gunStatusInt.intValue()]);
|
||||
cacheGun.put("statusInt", gunStatusInt);
|
||||
cacheGun.put("hbtime", String.valueOf(Calendar.getInstance().getTimeInMillis()));
|
||||
cacheGun.put("hbtime", Calendar.getInstance().getTimeInMillis());
|
||||
REDIS.setCacheMap(gunkey, cacheGun);
|
||||
String skey = gunkey.concat(".seqhex");
|
||||
String seq = seqHex(skey);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user