|
|
@ -255,7 +255,8 @@ async function groupStatisticOnline (ctx) { |
|
|
|
|
|
|
|
// 查在线率
|
|
|
|
const strucOnlineClient = ctx.app.fs.esclient.strucOnline |
|
|
|
console.log('es数据,', strucOnlineClient) |
|
|
|
console.log('es参数,', strucOnlineClient.config) |
|
|
|
console.log('strucIdArr', strucIdArr) |
|
|
|
|
|
|
|
const onlineRes = await strucOnlineClient.search({ |
|
|
|
index: strucOnlineClient.config.index, |
|
|
@ -287,10 +288,11 @@ async function groupStatisticOnline (ctx) { |
|
|
|
"order": "asc" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
], |
|
|
|
"size": 10000 |
|
|
|
} |
|
|
|
}) |
|
|
|
console.log('es数据,', onlineRes.hits.hits.length,onlineRes) |
|
|
|
console.log('es数据,', onlineRes.hits.hits.length, onlineRes.hits.hits) |
|
|
|
|
|
|
|
for (let struc of strucRes) { |
|
|
|
let curOnline = |
|
|
|