自动化立体仓库 - WMS系统
LSH
2022-11-29 6682a037f43649d40a94dbf59e40a5b2cc59dc37
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -343,7 +343,8 @@
//    @ManagerAuth(memo = "暂停测试")
    @ResponseBody
    public synchronized R suspendTestPACK(@RequestBody SearchLocParam param) {
        mobileService.suspendTestPACK();  //请求暂停测试
        mobileService.suspendTestPACK(param.getBarcode());  //请求暂停测试
        return R.ok();
    }
    /*...........................赣州新增..............以上.............赣州新增...........................*/