Browse Source

1、补充申遗历程

master
Augcl 7 months ago
parent
commit
ac4bab51b3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/travelController/IndexApiController.java
  2. +1
    -1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/IndexApiServiceImpl.java

+ 1
- 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/travelController/IndexApiController.java View File

@ -28,7 +28,7 @@ public class IndexApiController {
//获取小程序任一文章或服务
//获取banner图列表
@ApiOperation(value="小程序-获取banner图列表", notes="0-首页 1-遗产路径 2-我要跟拍 3-非遗体验 4-无忧服务")
@ApiOperation(value="小程序-获取banner图列表", notes="0-首页 1-遗产路径 2-我要跟拍 3-非遗体验 4-无忧服务 5-申遗历程")
@GetMapping()
@RequestMapping(value = "/queryBannerList", method = {RequestMethod.GET})
public Result<?> queryBannerList(String bannerCategoryType){


+ 1
- 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/IndexApiServiceImpl.java View File

@ -120,7 +120,7 @@ public class IndexApiServiceImpl implements IndexApiService {
@Override
public Result<?> queryBannerList(String bannerCategoryId) {
//0-首页 1-遗产路径 2-我要跟拍 3-非遗体验 4-无忧服务
//0-首页 1-遗产路径 2-我要跟拍 3-非遗体验 4-无忧服务 5-申遗历程
if(null != bannerCategoryId){
switch (bannerCategoryId){
case "0": bannerCategoryId = "1836222983394902017";


Loading…
Cancel
Save