From 5f346e6f8563d99bf4ee5115ffef7afcd448d7db Mon Sep 17 00:00:00 2001 From: Huluwa22 <2667400744@qq.com> Date: Sun, 23 Feb 2025 14:39:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=87=BA=E5=BA=93=E4=BB=BB=E5=8A=A1):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=BA=93=E4=BB=BB=E5=8A=A1=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/wms/bussiness/JobComponent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/wms/bussiness/JobComponent.java b/src/main/java/com/wms/bussiness/JobComponent.java index 818ee37..73d85b9 100644 --- a/src/main/java/com/wms/bussiness/JobComponent.java +++ b/src/main/java/com/wms/bussiness/JobComponent.java @@ -216,8 +216,8 @@ public class JobComponent extends BaseController { Location beforLocationsQuery = new Location(); // logger.info("{},{},{},{},{}",thisLocation.getAreaId(),thisLocation.getQueue(),thisLocation.getLine(),thisLocation.getLayer(),depth); beforLocationsQuery.setAreaId(thisLocation.getAreaId()); - //beforLocationsQuery.setQueue(thisLocation.getQueue()); - beforLocationsQuery.setLine(thisLocation.getLine()); + beforLocationsQuery.setTunnelId(thisLocation.getTunnelId()); + beforLocationsQuery.setQueue(thisLocation.getQueue()); beforLocationsQuery.setLayer(thisLocation.getLayer()); beforLocationsQuery.setLocationType(1); beforLocationsQuery.setDepth(depth);