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;
|
result = OK;
|
||||||
}
|
}
|
||||||
REDIS.setCacheMap(pk, cachePile);
|
REDIS.setCacheMap(pk, cachePile);
|
||||||
String configTimeReply = pk.concat(".configTimeReply");
|
String configRateReply = pk.concat(".configRateReply");
|
||||||
REDIS.setCacheObject(configTimeReply, "校费设置成功,费率模型:".concat(String.valueOf(rateModelId)), 30L, TimeUnit.MINUTES);
|
REDIS.setCacheObject(configRateReply, "校费设置成功,费率模型:".concat(String.valueOf(rateModelId)), 30L, TimeUnit.MINUTES);
|
||||||
}
|
}
|
||||||
|
|
||||||
String remark = "充电桩收到计费模型应答";
|
String remark = "充电桩收到计费模型应答";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user