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("并板成功"); }