自动化立体仓库 - WMS系统
#
lsh
2024-01-24 e9c912f6b75360f5380579e4ed574f490ecd6d9e
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -728,6 +728,8 @@
                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、右