From f73c5a24b25280030deaaafe38b35b1e7439b9c3 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 20 Aug 2020 17:06:53 +0800
Subject: [PATCH] update

---
 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