修改了错误的数据库方法

This commit is contained in:
2025-09-28 14:28:16 +08:00
parent bf560ccd8c
commit 58a0b6858a
3 changed files with 6 additions and 6 deletions

View File

@@ -151,8 +151,8 @@ pub struct WeatherData {
#[sqlx(rename = "inspectiontype")]
pub inspection_type: Option<String>,
pub latitude: f64,
pub longitude: f64,
pub latitude: String,
pub longitude: String,
#[serde(rename = "lowCloudiness")]
#[sqlx(rename = "lowcloudiness")]