[後端] 修改同步判斷
This commit is contained in:
parent
92fe3231ad
commit
31fe9e0edb
@ -169,6 +169,7 @@ namespace Repository.BackendRepository.Implement
|
||||
sb.Clear();
|
||||
stopwatchSection.Stop();
|
||||
await KeepTimeLog("Insert into import_niagara_tag", stopwatchSection.ElapsedMilliseconds);
|
||||
}
|
||||
|
||||
//巨蛋特殊處理
|
||||
if (isDome)
|
||||
@ -193,7 +194,6 @@ namespace Repository.BackendRepository.Implement
|
||||
stopwatchSection.Stop();
|
||||
await KeepTimeLog("巨蛋特殊處理", stopwatchSection.ElapsedMilliseconds);
|
||||
}
|
||||
}
|
||||
stopwatch.Stop();
|
||||
await KeepTimeLog("InsertNiagaraTagList", stopwatch.ElapsedMilliseconds);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user