From b43bef45af4d88d4b71c27e6c167010e65b6a040 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期五, 05 十二月 2025 12:59:40 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java | 10 ++++++++++
1 files changed, 10 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 5370593..4cbcaaa 100644
--- a/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
@@ -33,4 +33,14 @@
public boolean updateStatus(Double materialLength,Double materialWidth,Double materialHeight,Double materialWeight,Double materialNumber,int status){
return this.baseMapper.updateStatus(materialLength,materialWidth,materialHeight,materialWeight,materialNumber,status);
}
+
+ @Override
+ 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