Commit e255fecb by 毛树良

[chg]:全天分析后统计数据

1 parent acc742b5
......@@ -108,7 +108,7 @@ public class MallDataStatisticsConsumer {
log.error("滞留时间计算异常:{}", url, e);
}
url = reidUrl + "/reid/tool/acrossCustomer/reCall?mallIds=" + mallDataStatisticsInfo.getMallId() + "&startDate=" + date + "&endDate=" + date;
url = reidUrl + "/reid/tool/onlyAcrossCustomer/reCall?mallIds=" + mallDataStatisticsInfo.getMallId() + "&startDate=" + date + "&endDate=" + date;
try {
String result = HttpUtil.get(url);
log.info("调用mallId:{} 穿堂客流统计 执行结果:{}", mallDataStatisticsInfo.getMallId(), result);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!