From 116c58f2e3ff671d6f31313588f89cac5da9acf5 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 20 四月 2026 22:36:54 +0800
Subject: [PATCH] 1.新增任务档耗时字段 2.电视机耗时修改成站点累计入库出库任务用时
---
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