From e77ac6ecc487be1a298623db832b4b433ba10b45 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 09 一月 2026 13:44:26 +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