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
66e6e874
Commit
66e6e874
authored
Mar 29, 2021
by
macro
Browse files
Update SmsHomeBrandController.java
parent
19cdcbcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/SmsHomeBrandController.java
View file @
66e6e874
...
@@ -34,7 +34,7 @@ public class SmsHomeBrandController {
...
@@ -34,7 +34,7 @@ public class SmsHomeBrandController {
return
CommonResult
.
failed
();
return
CommonResult
.
failed
();
}
}
@ApiOperation
(
"修改品牌排序"
)
@ApiOperation
(
"修改
推荐
品牌排序"
)
@RequestMapping
(
value
=
"/update/sort/{id}"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/update/sort/{id}"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
@ResponseBody
public
CommonResult
updateSort
(
@PathVariable
Long
id
,
Integer
sort
)
{
public
CommonResult
updateSort
(
@PathVariable
Long
id
,
Integer
sort
)
{
...
@@ -56,7 +56,7 @@ public class SmsHomeBrandController {
...
@@ -56,7 +56,7 @@ public class SmsHomeBrandController {
return
CommonResult
.
failed
();
return
CommonResult
.
failed
();
}
}
@ApiOperation
(
"批量修改推荐状态"
)
@ApiOperation
(
"批量修改推荐
品牌
状态"
)
@RequestMapping
(
value
=
"/update/recommendStatus"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/update/recommendStatus"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
@ResponseBody
public
CommonResult
updateRecommendStatus
(
@RequestParam
(
"ids"
)
List
<
Long
>
ids
,
@RequestParam
Integer
recommendStatus
)
{
public
CommonResult
updateRecommendStatus
(
@RequestParam
(
"ids"
)
List
<
Long
>
ids
,
@RequestParam
Integer
recommendStatus
)
{
...
...
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