From 9e248232763446e3b0d2b0541ee55e61a9df74b8 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 17 May 2018 17:21:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/main/resources/mapper/DeviceMapper.xml b/src/main/resources/mapper/DeviceMapper.xml
index 35c4788..a3ac636 100644
--- a/src/main/resources/mapper/DeviceMapper.xml
+++ b/src/main/resources/mapper/DeviceMapper.xml
@@ -288,6 +288,9 @@
 					<if test="areaCode != null">
 					AND mp.area_code = #{areaCode}
 					</if>
+					<if test="monitorPointId != null">
+					AND mp.id = #{monitorPointId}
+					</if>
 			)
 			<if test="professionId != null">
 			AND d.profession_id = #{professionId}

--
Gitblit v1.8.0