自动化立体仓库 - WMS系统
#1
dubin
2025-12-21 d0c103e3b8880c7232f8cfd127f57c107c43b12f
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -556,7 +556,7 @@
    @RequestMapping("/combMeger/auth")
    @ManagerAuth(memo = "并板")
    public synchronized R adjustNewV2(@RequestBody MobileAdjustParam combParam) {
        mobileService.adjustNew(combParam, Boolean.TRUE, getUserId());
//        mobileService.adjustNew(combParam, Boolean.TRUE, getUserId());
        return R.ok("并板成功");
    }