自动化立体仓库 - WMS系统
pang.jiabao
2026-01-19 98d4863f1b4edea5a0206b10eb1f5d148fd7150b
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -105,10 +105,10 @@
    @RequestMapping("/pda/WarehouseOutPickMerge/v1")
    @ManagerAuth(memo = "拣料途中并板")
    public R WarehouseOutPickMergeV1(@RequestBody WarehouseOutPickMergeParam param) {
        if (Cools.isEmpty(param,param.getLocNo(),param.getBarcode(),param.getCombMats())) {
        if (Cools.isEmpty(param,param.getBarcode(),param.getCombMats())) {
            return R.parse("参数不能为空!");
        }
        return mobileService.WarehouseOutPickMergeV1(param, getHostId(), getUserId());
        return mobileService.WarehouseOutPickMergeV1(param, getUserId());
    }
    @RequestMapping("/pick/in")