自动化立体仓库 - WMS系统
zjj
2023-06-16 3c48736860199fe31d9bf5b63984cda80842a47f
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());
    }
}