自动化立体仓库 - WMS系统
#
LSH
2022-09-23 f27eb1a08d3c784c6bbbfb5b16bcf431276601e9
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -338,15 +338,6 @@
        mobileService.startUpTestPACK(testMast); //提交测试系统
        return R.ok();
    }
    @PostMapping("/test/transplant/auth")
    @ManagerAuth(memo = "移库确认")
    public synchronized R transplant(@RequestBody Review review) {
        if (Cools.isEmpty(review)) {
            return R.parse(BaseRes.PARAM);
        }
        mobileService.transplant(review); //移库确认
        return R.ok();
    }
    @PostMapping("/test/suspend/auth")
//    @ManagerAuth(memo = "暂停测试")
    public synchronized R suspendTestPACK() {