[後端] 修改同步判斷

This commit is contained in:
dev02 2023-11-28 14:24:36 +08:00
parent 92fe3231ad
commit 31fe9e0edb

View File

@ -169,6 +169,7 @@ namespace Repository.BackendRepository.Implement
sb.Clear(); sb.Clear();
stopwatchSection.Stop(); stopwatchSection.Stop();
await KeepTimeLog("Insert into import_niagara_tag", stopwatchSection.ElapsedMilliseconds); await KeepTimeLog("Insert into import_niagara_tag", stopwatchSection.ElapsedMilliseconds);
}
//巨蛋特殊處理 //巨蛋特殊處理
if (isDome) if (isDome)
@ -193,7 +194,6 @@ namespace Repository.BackendRepository.Implement
stopwatchSection.Stop(); stopwatchSection.Stop();
await KeepTimeLog("巨蛋特殊處理", stopwatchSection.ElapsedMilliseconds); await KeepTimeLog("巨蛋特殊處理", stopwatchSection.ElapsedMilliseconds);
} }
}
stopwatch.Stop(); stopwatch.Stop();
await KeepTimeLog("InsertNiagaraTagList", stopwatch.ElapsedMilliseconds); await KeepTimeLog("InsertNiagaraTagList", stopwatch.ElapsedMilliseconds);
} }