manual config time n rate model altered

This commit is contained in:
ZZ 2022-05-07 15:01:16 +08:00
parent e7502be831
commit 64a54222a3

View File

@ -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 = "充电桩收到计费模型应答";