manual config time n rate model altered
This commit is contained in:
parent
e7502be831
commit
64a54222a3
@ -56,8 +56,8 @@ public class RateModelConfigReplyDataLogic implements ServiceLogic {
|
||||
result = OK;
|
||||
}
|
||||
REDIS.setCacheMap(pk, cachePile);
|
||||
String configTimeReply = pk.concat(".configTimeReply");
|
||||
REDIS.setCacheObject(configTimeReply, "校费设置成功,费率模型:".concat(String.valueOf(rateModelId)), 30L, TimeUnit.MINUTES);
|
||||
String configRateReply = pk.concat(".configRateReply");
|
||||
REDIS.setCacheObject(configRateReply, "校费设置成功,费率模型:".concat(String.valueOf(rateModelId)), 30L, TimeUnit.MINUTES);
|
||||
}
|
||||
|
||||
String remark = "充电桩收到计费模型应答";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user