自动化立体仓库 - WMS系统
13
zhang
1 天以前 1c0dbad152362ac704a27ecfc5b5d08247385d87
src/main/java/com/zy/asrs/controller/NodeController.java
@@ -14,8 +14,6 @@
import com.core.common.R;
import com.core.exception.CoolException;
import com.zy.asrs.entity.Node;
import com.zy.asrs.entity.param.InitPakoutParam;
import com.zy.asrs.entity.param.PakinParam;
import com.zy.asrs.entity.result.KeyValueVo;
import com.zy.asrs.service.NodeService;
import com.zy.common.entity.NodeExcel;
@@ -306,7 +304,6 @@
                .eq("type", "3"));
        return R.ok().add(allEmptys);
    }
    @RequestMapping(value = "/node/select/{id}/auth")