no message
This commit is contained in:
@ -89,7 +89,7 @@ public class SendDataController {
|
|||||||
log.info("/subOrder 接收充电数据:{}",id);
|
log.info("/subOrder 接收充电数据:{}",id);
|
||||||
return CompletableFuture
|
return CompletableFuture
|
||||||
.supplyAsync(() -> {
|
.supplyAsync(() -> {
|
||||||
try {sleep(500);
|
try {sleep(1000);
|
||||||
return sendDataService.sendSubOrderToBattery(Long.parseLong(id));
|
return sendDataService.sendSubOrderToBattery(Long.parseLong(id));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("处理用户数据时发生异常", e);
|
log.error("处理用户数据时发生异常", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user