Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
毛树良
/
VVAS-DataCenter-DBWriter
Go to a project
Project
Repository
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f23c0832
authored
Apr 29, 2025
by
姚冰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[add] 添加交叉客群计算
1 parent
e706c54e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
src/main/java/com/viontech/keliu/consumer/MallDataStatisticsConsumer.java
src/main/java/com/viontech/keliu/consumer/MallDataStatisticsConsumer.java
View file @
f23c083
...
...
@@ -138,6 +138,14 @@ public class MallDataStatisticsConsumer {
log
.
error
(
"客流数据重绘计算异常:{}"
,
url
,
e
);
}
url
=
reidUrl
+
"/reid/tool/zoneCustomerOverlap?mallIds="
+
mallDataStatisticsInfo
.
getMallId
()
+
"&startDate="
+
date
+
"&endDate="
+
date
;
try
{
String
result
=
HttpUtil
.
get
(
url
);
log
.
info
(
"调用mallId:{} 交叉客群 执行结果:{}"
,
mallDataStatisticsInfo
.
getMallId
(),
result
);
}
catch
(
Exception
e
)
{
log
.
error
(
"交叉客群计算异常:{}"
,
url
,
e
);
}
url
=
reidUrl
+
"/reid/tool/passengerSource?mallIds="
+
mallDataStatisticsInfo
.
getMallId
()
+
"&startDate="
+
date
+
"&endDate="
+
date
;
try
{
String
result
=
HttpUtil
.
get
(
url
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment