From ad8574ad9f939f52ef31c843fb841a2afcc5fe2e Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期日, 05 四月 2026 21:23:11 +0800
Subject: [PATCH] 重量暂时改为-10

---
 src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 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 628d95b..2bf54e2 100644
--- a/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
@@ -55,7 +55,7 @@
 //            if(station.getLoading()==null || !station.getLoading().equals("Y")) {
 //                throw new CoolException(devpNo+"绔欑偣鏃犵墿");
 //            }
-            if(station.getWrkNo()!=null && station.getWrkNo()>0 && station.getWrkNo() < 9990) {
+            if(station.getWrkNo()!=null && station.getWrkNo()>0 && station.getWrkNo() < 9990 ) {
                 throw new CoolException(devpNo+"绔欑偣宸叉湁宸ヤ綔鍙�");
             }
 //            if(!station.getInEnable().equals("Y")) {

--
Gitblit v1.9.1