Skip to content

Commit

Permalink
Merge branch 'main' into mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepzh committed Aug 18, 2024
2 parents 9f14aaa + 5e3ff61 commit 2a71f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/stat-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class StatService {
const list = result.list
// Filter after page sliced
if (fillSiteInfo && param?.mergeHost) {
for (const beforeMerge of list) await this.fillSiteInfo(beforeMerge.mergedHosts, true)
for (const beforeMerge of list) await this.fillSiteInfo(beforeMerge.mergedHosts, false)
}
log("result of selectByPage:{param}, {page}, {result}", param, page, result)
return result
Expand Down

0 comments on commit 2a71f4d

Please sign in to comment.