From f3914234db3bf68dad372c4dfb9a1111a0c09e32 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期四, 28 十二月 2023 15:04:22 +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