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
ab147bf0
Commit
ab147bf0
authored
Jul 07, 2021
by
macro
Browse files
Update OmsPortalOrderController.java
parent
9f3969cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/OmsPortalOrderController.java
View file @
ab147bf0
...
...
@@ -27,7 +27,7 @@ public class OmsPortalOrderController {
@Autowired
private
OmsPortalOrderService
portalOrderService
;
@ApiOperation
(
"根据购物车信息生成确认单
信息
"
)
@ApiOperation
(
"根据购物车信息生成确认单"
)
@RequestMapping
(
value
=
"/generateConfirmOrder"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
public
CommonResult
<
ConfirmOrderResult
>
generateConfirmOrder
(
@RequestBody
List
<
Long
>
cartIds
)
{
...
...
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