自动化立体仓库 - WMS系统
#1
dubin
2025-12-24 8697691fc8eee9f732bc8ab4ff2e5771af88009d
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("并板成功");
    }