jinxia.mo 3 недель назад
Родитель
Сommit
6a3b09e87f

+ 2 - 2
ie-admin/src/main/java/com/ruoyi/web/controller/front/FrontNewsController.java

@@ -136,12 +136,12 @@ public class FrontNewsController extends BaseController {
 
     @GetMapping("listNoToken")
     @ApiOperation("01-2 资讯列表")
-    public TableDataInfo listNoToken(@ApiParam(value = "分类 ", example = "1")  String type,
+    public TableDataInfo listNoToken(@ApiParam(value = "分类 ", example = "1")  String type,Boolean top,String ids,
                                      @ApiParam(value = "标签", example = "hot")  String tag,String title,
                                      @ApiParam(value = "省份 ", example = "湖南") @RequestParam(required = false) String location,
                                      @ApiParam(value = "页数", example = "1") Integer pageNum,
                                      @ApiParam(value = "页大小", example = "15") Integer pageSize) {
-        return llist(null,null,type,tag,title,location, pageNum,pageSize);
+        return llist(ids,top,type,tag,title,location, pageNum,pageSize);
     }
 
     @GetMapping("info")