Commit bd5d545e authored by macro's avatar macro
Browse files

Update OmsOrderReturnApplyController.java

parent a51a716c
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment