diff --git a/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs b/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs index 8b5b07e..6a927ba 100644 --- a/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs +++ b/BackendWorkerService/Quartz/Jobs/WeatherAPIJob.cs @@ -480,6 +480,7 @@ namespace BackendWorkerService.Quartz.Jobs } } } + EarthquakeAPIdbS.Reverse(); await backendRepository.AddMutiByCustomTable(EarthquakeAPIdbS, "api_earthquake"); } await task_Detail.InsertWorkTime_End("WeatherAPI", "api_earthquake"); diff --git a/BackendWorkerService/Services/Implement/Quicktype.cs b/BackendWorkerService/Services/Implement/Quicktype.cs index f14a43f..95cd59b 100644 --- a/BackendWorkerService/Services/Implement/Quicktype.cs +++ b/BackendWorkerService/Services/Implement/Quicktype.cs @@ -130,7 +130,7 @@ namespace QuickType public enum Unit { Gal, Kine }; - public enum ReportColor { 綠色, 黃色 }; + public enum ReportColor { 綠色, 黃色 , 橙色 , 紅色}; public enum ReportRemark { 本報告係中央氣象局地震觀測網即時地震資料地震速報之結果, 本報告係中央氣象署地震觀測網即時地震資料地震速報之結果 };