|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.epmet.controller; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.epmet.commons.tools.constant.StrConstant; |
|
|
|
import com.epmet.commons.tools.utils.DateUtils; |
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
@ -93,6 +94,7 @@ public class FactAggregationExtractController { |
|
|
|
private void extractTopicDataDaily(StatsFormDTO formDTO) { |
|
|
|
try { |
|
|
|
statsTopicService.partition(formDTO); |
|
|
|
log.info("extractTopicDataDaily end param:{}", JSON.toJSONString(formDTO)); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("抽取【话题】数据失败", e); |
|
|
|
} |
|
|
|