Commit 317f562ac6186019dfea674f68640282ba34b222

Authored by 王明元
1 parent ad37dfe1

2022年12月28日14:32:13 完成直播审计, 重新计算综合得分前, 清空本地缓存

fw-dalaran-service/src/main/java/cn/fw/dalaran/service/biz/OtherBizService.java
... ... @@ -196,6 +196,7 @@ public class OtherBizService {
196 196 while (!flag && cnt < 5) {
197 197 if (cnt > 0)
198 198 LockSupport.parkNanos(TimeUnit.SECONDS.toNanos(1));
  199 + this.sendGetRequest("http://" + (env.contains("prd") ? "" : "test") + "gate.feewee.cn/report2/dalaran/004/other/clearCache");// 清空缓存
199 200 flag = this.sendGetRequest("http://" + (env.contains("prd") ? "" : "test") + "gate.feewee.cn/report2/debug/extract/data/dalaran?dateType=DAILY&type=Dalaran004D&date=" +
200 201 sdf.format(activityTheme.getEndTime())
201 202 );
... ...