Browse Source

feat:console.log(

dev
zhaobing’ 2 years ago
parent
commit
6fe64776d7
  1. 1
      api/app/lib/controllers/project/group.js

1
api/app/lib/controllers/project/group.js

@ -288,6 +288,7 @@ async function groupStatisticOnline (ctx) {
]
}
})
console.log('es数据,', onlineRes.hits.hits.length,onlineRes)
for (let struc of strucRes) {
let curOnline =

Loading…
Cancel
Save