From 9611dc686299be640ce5e5f5990c747765161ec7 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 21 一月 2026 10:59:38 +0800
Subject: [PATCH] agv逻辑调整2

---
 src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
index 56573d8..e90c8aa 100644
--- a/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
@@ -49,15 +49,15 @@
             throw new CoolException(devpNo + "绔欑偣涓嶅瓨鍦�");
         }
         if (pakin) {
-            if (station.getAutoing() == null || !station.getAutoing().equals("Y")) {
-                throw new CoolException(devpNo + "绔欑偣涓嶆槸鑷姩鐘舵��");
-            }
-            if (station.getLoading() == null || !station.getLoading().equals("Y")) {
-                throw new CoolException(devpNo + "绔欑偣鏃犵墿");
-            }
-            if (station.getWrkNo() != null && station.getWrkNo() > 0 && station.getWrkNo() < 9990) {
-                throw new CoolException(devpNo + "绔欑偣宸叉湁宸ヤ綔鍙�");
-            }
+//            if (station.getAutoing() == null || !station.getAutoing().equals("Y")) {
+//                throw new CoolException(devpNo + "绔欑偣涓嶆槸鑷姩鐘舵��");
+//            }
+//            if (station.getLoading() == null || !station.getLoading().equals("Y")) {
+//                throw new CoolException(devpNo + "绔欑偣鏃犵墿");
+//            }
+//            if (station.getWrkNo() != null && station.getWrkNo() > 0 && station.getWrkNo() < 9990) {
+//                throw new CoolException(devpNo + "绔欑偣宸叉湁宸ヤ綔鍙�");
+//            }
 //            if(!station.getInEnable().equals("Y")) {
 //                throw new CoolException(devpNo+"绔欑偣涓嶆槸鍙叆鐘舵��");
 //            }

--
Gitblit v1.9.1