自动化立体仓库 - WMS系统
skyouc
5 天以前 22e544b28e3fae353f3a257dec4080c17e015a54
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("起始排不能为空");