From 2a098a2e218c80a45e6c46c41057853673ac2f69 Mon Sep 17 00:00:00 2001 From: cbs <18617195505@163.com> Date: Mon, 9 Jun 2025 14:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E8=B4=A7xy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/system/service/path/PathPlanningServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/path/PathPlanningServiceImpl.java b/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/path/PathPlanningServiceImpl.java index 9a6096d96..026909d7f 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/path/PathPlanningServiceImpl.java +++ b/yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/service/path/PathPlanningServiceImpl.java @@ -474,7 +474,7 @@ public class PathPlanningServiceImpl implements PathPlanningService { commonApi.commonMethodStr(message, topic); return; } - PathToRobotChangeXYDTO pathToRobotChangeXY = JSON.parseObject(message, PathToRobotChangeXYDTO.class); +// PathToRobotChangeXYDTO pathToRobotChangeXY = JSON.parseObject(message, PathToRobotChangeXYDTO.class); }