自动化立体仓库 - WMS系统
zjj
2023-06-15 7c4e59c3768cd472710a58502ab3a33ac2193c51
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -346,7 +346,7 @@
        if (json == null){
            return R.error("传入数据为空");
        }
        return mobileService.manDetlIn(json);
        return mobileService.manDetlIn(json , getUser());
    }
    //平库pda下架
@@ -355,7 +355,7 @@
        if (json == null){
            return R.error("传入数据为空");
        }
        return mobileService.manDetlOut(json);
        return mobileService.manDetlOut(json,getUser());
    }
}