自动化立体仓库 - WMS系统
zhang
2 天以前 e85f0e74d21e49b9c68474bc4d19f5eceacf1a46
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -10,6 +10,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
@Service("locMastService")
@@ -153,4 +154,9 @@
        }
        return this.baseMapper.selectLocShuttleMoveUnilateralN(bay,lev,type);
    }
    @Override
    public List<Integer> selectRowByCrnNo(Integer crnNo) {
        return this.baseMapper.selectRowByCrnNo(crnNo);
    }
}