Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
bd5d545e
Commit
bd5d545e
authored
Mar 13, 2021
by
macro
Browse files
Update OmsOrderReturnApplyController.java
parent
a51a716c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/OmsOrderReturnApplyController.java
View file @
bd5d545e
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment