really not in good moods...

This commit is contained in:
ZZ 2021-09-09 19:59:23 +08:00
parent 36236fc501
commit c65f02064b

View File

@ -36,7 +36,7 @@ public class HBLogic implements ServiceLogic {
Map<String, Object> cacheGun = REDIS.getCacheMap(gunkey); Map<String, Object> cacheGun = REDIS.getCacheMap(gunkey);
cacheGun.put("status", stable[gunStatusInt.intValue()]); cacheGun.put("status", stable[gunStatusInt.intValue()]);
cacheGun.put("statusInt", gunStatusInt); cacheGun.put("statusInt", gunStatusInt);
cacheGun.put("hbtime", String.valueOf(Calendar.getInstance().getTimeInMillis())); cacheGun.put("hbtime", Calendar.getInstance().getTimeInMillis());
REDIS.setCacheMap(gunkey, cacheGun); REDIS.setCacheMap(gunkey, cacheGun);
String skey = gunkey.concat(".seqhex"); String skey = gunkey.concat(".seqhex");
String seq = seqHex(skey); String seq = seqHex(skey);