|
|
@@ -139,7 +139,7 @@ public class OpenAppHomeController extends BaseApiController{
|
|
|
Map<String, Object> map=new HashMap<>();
|
|
|
//1 赚钱数据 2首页数据
|
|
|
map.put("recommended", jtBusinessService.recommendedApplication(1,pageNo,pageSize));
|
|
|
- map.put("tag", jtTagService.selectListJtTag(null, 1, 10));
|
|
|
+ map.put("tag", jtTagService.selectListJtTag(null, 1, 99));
|
|
|
result.setData(map);
|
|
|
return result;
|
|
|
}
|