[BGservice]地震api 修正無法辨識強震顏色的BUG及改變存入DB的順序

This commit is contained in:
張家睿 2024-04-08 10:08:37 +08:00
parent 25874a665f
commit fcbb74d411
2 changed files with 2 additions and 1 deletions

View File

@ -480,6 +480,7 @@ namespace BackendWorkerService.Quartz.Jobs
} }
} }
} }
EarthquakeAPIdbS.Reverse();
await backendRepository.AddMutiByCustomTable(EarthquakeAPIdbS, "api_earthquake"); await backendRepository.AddMutiByCustomTable(EarthquakeAPIdbS, "api_earthquake");
} }
await task_Detail.InsertWorkTime_End("WeatherAPI", "api_earthquake"); await task_Detail.InsertWorkTime_End("WeatherAPI", "api_earthquake");

View File

@ -130,7 +130,7 @@ namespace QuickType
public enum Unit { Gal, Kine }; public enum Unit { Gal, Kine };
public enum ReportColor { , }; public enum ReportColor { , , , };
public enum ReportRemark { , }; public enum ReportRemark { , };