From 32983a583c99c190ecb4361d72b6f13cd06fefc7 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 27 Aug 2020 10:22:57 +0800
Subject: [PATCH] 根据小时不同天气预测o3,光照

---
 src/main/resources/mapper/ForecastWeatherMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/ForecastWeatherMapper.xml b/src/main/resources/mapper/ForecastWeatherMapper.xml
index ec0968b..58e3a2c 100644
--- a/src/main/resources/mapper/ForecastWeatherMapper.xml
+++ b/src/main/resources/mapper/ForecastWeatherMapper.xml
@@ -7,7 +7,6 @@
     <insert id="insertForecastWeather">
         insert into
         forecast_weather
-        (city_code,time,json)
         values
         <foreach collection="list" item="item" separator=",">
             (#{item.cityCode},#{item.time},#{item.json})

--
Gitblit v1.8.0