自动化立体仓库 - WMS系统
#
lsh
2024-01-26 2ad68dbb59b69f14783a480d311213562785b3b8
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -467,8 +467,6 @@
                throw new CoolException("规格:"+matList.getMatnr()+"、参数:毛重 roughWeight为空");
            }else if (Cools.isEmpty(matList.getRollExtent()) || matList.getRollExtent().equals(0D)){
                throw new CoolException("规格:"+matList.getMatnr()+"、参数:卷长度 rollExtent为空");
            }else if (Cools.isEmpty(matList.getJoint()) || matList.getJoint()==0){
                throw new CoolException("规格:"+matList.getMatnr()+"、参数:接头 joint为空");
            }
            if (matList.getPosition().equals("1")){//1、左  2、右