自动化立体仓库 - WMS系统
18516761980
2022-10-10 113756e1bfdb3de594b46d5676e3a7fff01499f7
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();
    }
    /*...........................赣州新增..............以上.............赣州新增...........................*/