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
a51a716c
Commit
a51a716c
authored
Mar 08, 2021
by
macro
Browse files
Update OmsOrderController.java
parent
cc652a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/OmsOrderController.java
View file @
a51a716c
...
...
@@ -67,7 +67,7 @@ public class OmsOrderController {
return
CommonResult
.
failed
();
}
@ApiOperation
(
"获取订单详情
:
订单信息、商品信息、操作记录"
)
@ApiOperation
(
"获取订单详情
:
订单信息、商品信息、操作记录"
)
@RequestMapping
(
value
=
"/{id}"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
OmsOrderDetail
>
detail
(
@PathVariable
Long
id
)
{
...
...
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