|
@@ -36,7 +36,7 @@ public class OmsOrderReturnApplyController {
|
|
|
return CommonResult.success(CommonPage.restPage(returnApplyList));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("批量删除申请")
|
|
|
+ @ApiOperation("批量删除退货申请")
|
|
|
@RequestMapping(value = "/delete", method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public CommonResult delete(@RequestParam("ids") List<Long> ids) {
|
|
@@ -55,7 +55,7 @@ public class OmsOrderReturnApplyController {
|
|
|
return CommonResult.success(result);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("修改申请状态")
|
|
|
+ @ApiOperation("修改退货申请状态")
|
|
|
@RequestMapping(value = "/update/status/{id}", method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public CommonResult updateStatus(@PathVariable Long id, @RequestBody OmsUpdateStatusParam statusParam) {
|