From 289c94657278daacf601e379549c519d8f6e8d5a Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 10 Jul 2023 09:54:58 +0800 Subject: [PATCH] feature:补充天数据 --- screen-api/src/main/java/com/moral/api/service/CityAqiService.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/screen-api/src/main/java/com/moral/api/service/CityAqiService.java b/screen-api/src/main/java/com/moral/api/service/CityAqiService.java index 832ef00..9b3d460 100644 --- a/screen-api/src/main/java/com/moral/api/service/CityAqiService.java +++ b/screen-api/src/main/java/com/moral/api/service/CityAqiService.java @@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.moral.api.pojo.form.aqi.AirQualityComparisonForm; import com.moral.api.pojo.vo.cityAQI.AirQualityComparisonVO; +import com.moral.api.pojo.vo.cityAQI.CityAreaRangeVO; /** * <p> @@ -71,5 +72,14 @@ *@Author: lizijie *@Date: 2022/3/10 15:49 **/ - List<Map<String,Object>> momData(Integer regionCode, Integer size, Integer current, Integer orgId); + Map<String,Object> momData(Integer regionCode, Integer size, Integer current, Integer orgId); + + /** + *@Description: ��������������� + *@Param: [regionCode] + *@return: java.util.List<java.util.Map<java.lang.String,java.lang.Object>> + *@Author: lizijie + *@Date: 2022/3/16 17:04 + **/ + Map<String,Object> countyData(Integer regionCode); } -- Gitblit v1.8.0