|
|
@ -175,11 +175,19 @@ public interface DataStatisticalOpenFeignClient { |
|
|
|
Result execTopicStatistical(@RequestParam(value = "date", required = false) String date); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 统计党员 |
|
|
|
* @param customerIdAndDateIdFormDTO |
|
|
|
* @Description 统计党员 |
|
|
|
* @author zxc |
|
|
|
* @date 2020/9/17 3:10 下午 |
|
|
|
*/ |
|
|
|
@PostMapping("/data/stats/dim/statsparty") |
|
|
|
Result getPartyInfo(@RequestBody CustomerIdAndDateIdFormDTO customerIdAndDateIdFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* 处理暂停的计算 |
|
|
|
* |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@PostMapping("/data/stats/indexcalculate/process-pendding-cals") |
|
|
|
Result processPenddingCalculate(); |
|
|
|
} |
|
|
|