From b7380ff70bcc962494cd6640fcc3eac21aaab0a1 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 15 一月 2026 08:09:29 +0800
Subject: [PATCH] 1.自动下发出库任务给wcs 2.wcs申请入库
---
src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
index 700d2eb..4cbcaaa 100644
--- a/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
@@ -38,4 +38,9 @@
public Integer getNumber(Double weight,Double volume,Double length,Double width,Double height){
return this.baseMapper.getNumber(weight,volume,length,width,height);
}
+
+ @Override
+ public Integer getStatus(Double weight,Double volume,Double length,Double width,Double height){
+ return this.baseMapper.getStatus(weight,volume,length,width,height);
+ }
}
--
Gitblit v1.9.1