From 10b0dccb27336e2f286b5b464d035ead6dee7de9 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 16 十二月 2023 12:57:20 +0800
Subject: [PATCH] #库龄分品号、批次、货主

---
 src/main/java/com/zy/asrs/controller/MobileController.java |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/asrs/controller/MobileController.java b/src/main/java/com/zy/asrs/controller/MobileController.java
index 2b9c273..46ebd80 100644
--- a/src/main/java/com/zy/asrs/controller/MobileController.java
+++ b/src/main/java/com/zy/asrs/controller/MobileController.java
@@ -387,16 +387,34 @@
 
     @RequestMapping("/manDetl/in/origin")
     @ManagerAuth(memo = "骞冲簱涓婃灦")
-    public R manDetlin(@RequestBody JSONObject json){
+    public R manDetlIn(@RequestBody JSONObject json){
         if (json == null){
             return R.error("浼犲叆鏁版嵁涓虹┖");
         }
         return mobileService.manDetlOrigin(json,getUser());
     }
 
+    @RequestMapping("/manDetl/in/no/origin")
+    @ManagerAuth(memo = "骞冲簱涓婃灦")
+    public R manDetlInNo(@RequestBody JSONObject json){
+        if (json == null){
+            return R.error("浼犲叆鏁版嵁涓虹┖");
+        }
+        return mobileService.manDetlOrigInNo(json,getUser());
+    }
+
+//    @RequestMapping("/manDetl/out/origin")
+//    @ManagerAuth(memo = "骞冲簱涓嬫灦")
+//    public R manDetlout(@RequestBody JSONObject json){
+//        if (json == null){
+//            return R.error("浼犲叆鏁版嵁涓虹┖");
+//        }
+//        return mobileService.manDetlOriginOut(json,getUser());
+//    }
+
     @RequestMapping("/manDetl/out/origin")
     @ManagerAuth(memo = "骞冲簱涓嬫灦")
-    public R manDetlout(@RequestBody JSONObject json){
+    public R manDetlout2(@RequestBody JSONObject json){
         if (json == null){
             return R.error("浼犲叆鏁版嵁涓虹┖");
         }

--
Gitblit v1.9.1