|
|
@ -12,7 +12,6 @@ import com.epmet.feign.impl.DataStatisticalOpenFeignClientFallBack; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
|
|
|
|
/** |
|
|
|
* desc: 数据统计 对外feign client |
|
|
@ -83,7 +82,7 @@ public interface DataStatisticalOpenFeignClient { |
|
|
|
/** |
|
|
|
* desc: 【季,年】 统计阅读最多的标签 包含 机关 网格 |
|
|
|
* |
|
|
|
* @param date |
|
|
|
* @param formDTO |
|
|
|
* @date: 2020/6/22 9:09 |
|
|
|
* @author: jianjun liu |
|
|
|
*/ |
|
|
@ -165,7 +164,7 @@ public interface DataStatisticalOpenFeignClient { |
|
|
|
* @date 2020.06.29 09:27 |
|
|
|
**/ |
|
|
|
@PostMapping("/data/stats/statstopic/execute") |
|
|
|
Result execTopicStatistical(@RequestParam StatsFormDTO formDTO); |
|
|
|
Result execTopicStatistical(@RequestBody StatsFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @param customerIdAndDateIdFormDTO |
|
|
|