饼状图不在统计noreply
This commit is contained in:
@@ -911,7 +911,7 @@ function loadData() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.del-status {
|
.del-status {
|
||||||
color: var(--el-color-danger);
|
color: var(--el-color-info);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ const analysisService = {
|
|||||||
orm(c)
|
orm(c)
|
||||||
.select({ name: email.name, total: count() })
|
.select({ name: email.name, total: count() })
|
||||||
.from(email)
|
.from(email)
|
||||||
.where(and(eq(email.type, emailConst.type.RECEIVE), isNotNull(email.name), ne(email.name,'')))
|
.where(and(eq(email.type, emailConst.type.RECEIVE), isNotNull(email.name),ne(email.name,'noreply'), ne(email.name,'')))
|
||||||
.groupBy(email.name)
|
.groupBy(email.name)
|
||||||
.orderBy(desc(count()))
|
.orderBy(desc(count()))
|
||||||
.limit(6),
|
.limit(6),
|
||||||
|
|||||||
Reference in New Issue
Block a user