修改了错误的数据库方法
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user