From 10778ff6207c31641187acb487d4b67c0de59b24 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期一, 02 二月 2026 10:38:51 +0800
Subject: [PATCH] agv增加一个新单号防重复 ,增加一个手动呼叫agv
---
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