From 8d3bc867762a9d4d67f566f3870f2b3117485451 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Mon, 10 Aug 2020 15:39:42 +0800
Subject: [PATCH] 更新

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