[BGservice]地震api 修正無法辨識強震顏色的BUG及改變存入DB的順序
This commit is contained in:
parent
25874a665f
commit
fcbb74d411
@ -480,6 +480,7 @@ namespace BackendWorkerService.Quartz.Jobs
|
||||
}
|
||||
}
|
||||
}
|
||||
EarthquakeAPIdbS.Reverse();
|
||||
await backendRepository.AddMutiByCustomTable(EarthquakeAPIdbS, "api_earthquake");
|
||||
}
|
||||
await task_Detail.InsertWorkTime_End("WeatherAPI", "api_earthquake");
|
||||
|
@ -130,7 +130,7 @@ namespace QuickType
|
||||
|
||||
public enum Unit { Gal, Kine };
|
||||
|
||||
public enum ReportColor { 綠色, 黃色 };
|
||||
public enum ReportColor { 綠色, 黃色 , 橙色 , 紅色};
|
||||
|
||||
public enum ReportRemark { 本報告係中央氣象局地震觀測網即時地震資料地震速報之結果, 本報告係中央氣象署地震觀測網即時地震資料地震速報之結果 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user