更新校时校价失败的问题
This commit is contained in:
parent
3a6968cd8c
commit
9735f39664
@ -132,7 +132,7 @@ public class PileController {
|
|||||||
REDIS.setCacheMapValue(pk, "manConfTime", DateUtil.format(date, NORM_DATETIME_FORMAT));
|
REDIS.setCacheMapValue(pk, "manConfTime", DateUtil.format(date, NORM_DATETIME_FORMAT));
|
||||||
String configTimeReply = pk.concat(".configTimeReply");
|
String configTimeReply = pk.concat(".configTimeReply");
|
||||||
REDIS.setCacheObject(configTimeReply, "已下发", 30L, TimeUnit.MINUTES);
|
REDIS.setCacheObject(configTimeReply, "已下发", 30L, TimeUnit.MINUTES);
|
||||||
r = R.fail("校时校费下发成功.");
|
r = R.ok("校时校费下发成功.");
|
||||||
} catch (IOException | InterruptedException e) {
|
} catch (IOException | InterruptedException e) {
|
||||||
r = R.fail("校时|校费下发失败,请重试.");
|
r = R.fail("校时|校费下发失败,请重试.");
|
||||||
}
|
}
|
||||||
@ -140,7 +140,6 @@ public class PileController {
|
|||||||
r = R.fail("校时校费下发失败,充电桩在充电中.");
|
r = R.fail("校时校费下发失败,充电桩在充电中.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user