解决下发费率变量名错误
This commit is contained in:
parent
b836e2c8ae
commit
52d84b8579
@ -33,7 +33,7 @@ public class RateModelTask {
|
||||
String pk = "pile:".concat(pileNo);
|
||||
Long rateModelIdPile = REDIS.getCacheMapValue(pk, "rateModelId");
|
||||
if (!rateModelIdStation.equals(rateModelIdPile)) {
|
||||
String gkPattern = ("gun:").concat(pk).concat("*");
|
||||
String gkPattern = ("gun:").concat(pileNo).concat("*");
|
||||
Collection<String> gks = REDIS.keys(gkPattern);
|
||||
boolean charging = false;
|
||||
for (String gk : gks) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user