From 04dba6a17f836b5fbdf0eedff8a129c6785fd8a2 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 28 二月 2025 18:25:00 +0800 Subject: [PATCH] 111 --- server/web/src/main/java/com/doumee/jtt808/web/endpoint/JT808Endpoint.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/web/src/main/java/com/doumee/jtt808/web/endpoint/JT808Endpoint.java b/server/web/src/main/java/com/doumee/jtt808/web/endpoint/JT808Endpoint.java index 87e908e..c565b42 100644 --- a/server/web/src/main/java/com/doumee/jtt808/web/endpoint/JT808Endpoint.java +++ b/server/web/src/main/java/com/doumee/jtt808/web/endpoint/JT808Endpoint.java @@ -130,7 +130,7 @@ */ @AsyncBatch(poolSize = 2, maxElements = 4000, maxWait = 1000) @Mapping(types = 浣嶇疆淇℃伅姹囨姤, desc = "浣嶇疆淇℃伅姹囨姤") - public void T0200(List<T0200> list) { + public void T0200(List<T0200> list) throws Exception { jtt808Service.updateBikesInfo(list); System.out.println(JSONObject.toJSONString(list) ); -- Gitblit v1.9.3