save translated stop time
This commit is contained in:
parent
7ccad6acbb
commit
f9d731ebda
@ -49,7 +49,7 @@ public class OrderDataLogic implements ServiceLogic {
|
|||||||
String gunkey = "gun:".concat(orderData.getPileNo()).concat(orderData.getGunId());
|
String gunkey = "gun:".concat(orderData.getPileNo()).concat(orderData.getGunId());
|
||||||
Map<String, Object> cacheGun = REDIS.getCacheMap(gunkey);
|
Map<String, Object> cacheGun = REDIS.getCacheMap(gunkey);
|
||||||
cacheGun.put("orderstarttime", null);
|
cacheGun.put("orderstarttime", null);
|
||||||
cacheGun.put("orderstoptime", orderData.getEndTime());
|
cacheGun.put("orderstoptime", cacheOrderData.getEndTime());
|
||||||
cacheGun.put("orderkey", null);
|
cacheGun.put("orderkey", null);
|
||||||
REDIS.setCacheMap(gunkey, cacheGun);
|
REDIS.setCacheMap(gunkey, cacheGun);
|
||||||
String skey = gunkey.concat(".seqhex");
|
String skey = gunkey.concat(".seqhex");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user