From 4fdde57a837b47b0a04aa17a7627c21b7425eda2 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期五, 26 十二月 2025 23:25:11 +0800
Subject: [PATCH] feat: 优化取消时,调度单中显示原因

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/VehicleInfoController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/VehicleInfoController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/VehicleInfoController.java
index fc51bfa..253d262 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/VehicleInfoController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/VehicleInfoController.java
@@ -59,7 +59,7 @@
      */
     @GetMapping(value = "/{vehicleId}")
     public AjaxResult getInfo(@PathVariable("vehicleId") Long vehicleId) {
-        return success(vehicleInfoService.selectVehicleInfoById(vehicleId));
+        return success(vehicleInfoService.selectVehicleInfoWithDeptsById(vehicleId));
     }
 
     /**

--
Gitblit v1.9.1