| | |
| | | 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("传入数据为空"); |
| | | } |