自动化立体仓库 - WMS系统
#1
czkh
6 天以前 e0f5380c21b72184c1455c24eaffe371585e1691
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("并板成功");
    }