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
3aafbaef
Commit
3aafbaef
authored
Nov 25, 2021
by
macro
Browse files
Update PmsProductController.java
parent
e3f8b5f9
Changes
1
Show whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/PmsProductController.java
View file @
3aafbaef
...
...
@@ -90,7 +90,7 @@ public class PmsProductController {
}
}
@ApiOperation
(
"批量上下架"
)
@ApiOperation
(
"批量上下架
商品
"
)
@RequestMapping
(
value
=
"/update/publishStatus"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
public
CommonResult
updatePublishStatus
(
@RequestParam
(
"ids"
)
List
<
Long
>
ids
,
...
...
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