Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mall-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yimu
mall-server
Commits
8320de71
Commit
8320de71
authored
Mar 25, 2022
by
wlx@33.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改楼层排序
parent
74976a14
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HomePageController.java
...all/server/front/goods/controller/HomePageController.java
+1
-1
OprationBannerMapper.xml
.../src/main/resources/mapper/goods/OprationBannerMapper.xml
+1
-1
No files found.
mall-server-front/src/main/java/com/fzm/mall/server/front/goods/controller/HomePageController.java
View file @
8320de71
...
@@ -63,7 +63,7 @@ public class HomePageController {
...
@@ -63,7 +63,7 @@ public class HomePageController {
@PostMapping
(
"/without/getBanner"
)
@PostMapping
(
"/without/getBanner"
)
public
ResponseVO
<
List
<
OprationBanner
>>
getBanner
(){
public
ResponseVO
<
List
<
OprationBanner
>>
getBanner
(){
List
<
OprationBanner
>
banners
=
iOprationBannerService
.
getList
(
PLATFORM_MERCHANT_ID
);
List
<
OprationBanner
>
banners
=
iOprationBannerService
.
getList
(
PLATFORM_MERCHANT_ID
);
return
new
ResponseVO
<
List
<
OprationBanner
>
>(
MallResponseEnum
.
SUCCESS
,
banners
);
return
new
ResponseVO
<>(
MallResponseEnum
.
SUCCESS
,
banners
);
}
}
@ApiOperation
(
value
=
"获取楼层"
)
@ApiOperation
(
value
=
"获取楼层"
)
...
...
mall-server-front/src/main/resources/mapper/goods/OprationBannerMapper.xml
View file @
8320de71
...
@@ -8,6 +8,6 @@
...
@@ -8,6 +8,6 @@
from opration_banner b
from opration_banner b
left join goods_spu s on b.banner_type = 1 and b.number = s.goods_id
left join goods_spu s on b.banner_type = 1 and b.number = s.goods_id
where b.merchant_id = #{merchantId} and b.status = 0
where b.merchant_id = #{merchantId} and b.status = 0
order by b.display_order
desc
order by b.display_order
</select>
</select>
</mapper>
</mapper>
Write
Preview
Markdown
is supported
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