Browse Source

标签错误

dev_shibei_match
jianjun 5 years ago
parent
commit
96d1ad3ef3
  1. 5
      epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/feign/DataStatisticalOpenFeignClient.java

5
epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/feign/DataStatisticalOpenFeignClient.java

@ -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

Loading…
Cancel
Save