自动化立体仓库 - WMS系统
pang.jiabao
4 天以前 40d00406a7f83c0f3a5484a9997967e0af5a8a8f
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")