自动化立体仓库 - WMS系统
skyouc
8 小时以前 b2629d65e6af766b4d285068e954ca65aed513e5
src/main/java/com/zy/asrs/controller/LocAroundBindController.java
@@ -126,7 +126,7 @@
    }
    /**
     * 台机绑定作业库位
     * 机台绑定作业库位
     *
     * @param
     * @return
@@ -138,7 +138,7 @@
            return R.error("参数不能为空");
        }
        if (Cools.isEmpty(params.getDevNo())) {
            return R.error("台机号不能为空");
            return R.error("机台号不能为空");
        }
        if (Cools.isEmpty(params.getStartRow())) {
            return R.error("起始排不能为空");