fix: 看班告警统计判断修复,超时30秒

This commit is contained in:
TsMask
2024-02-05 15:21:08 +08:00
parent 16661c8513
commit c1de94bc9d
2 changed files with 19 additions and 10 deletions

View File

@@ -303,6 +303,7 @@ export async function origGet() {
params: {
SQL: totalSQL,
},
timeout: 30_000,
});
////
@@ -340,6 +341,7 @@ export async function top3Sel(filterFlag?: string) {
params: {
SQL: top3SQL,
},
timeout: 30_000,
});
// 解析数据