src/main/java/com/zy/asrs/service/impl/BasArmRulesServiceImpl.java
@@ -33,4 +33,9 @@ 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); } }