From 8a4fccc993cbef14b83443d91e51e9b74664eab5 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Mon, 10 Aug 2020 11:18:46 +0800
Subject: [PATCH] update

---
 src/main/resources/mapper/MonitorPointMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/MonitorPointMapper.xml b/src/main/resources/mapper/MonitorPointMapper.xml
index 5e2d6da..c1d3c7d 100644
--- a/src/main/resources/mapper/MonitorPointMapper.xml
+++ b/src/main/resources/mapper/MonitorPointMapper.xml
@@ -190,11 +190,11 @@
         select * from monitor_point
         where
         <if test="areaCode != null">
-            area_Code = #{areaCode}
+            area_code = #{areaCode}
         </if>
 
         <if test="cityCode != null">
-            city_Code = #{cityCode}
+            city_code = #{cityCode}
         </if>
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0