xufenglei
2018-05-17 7486f185f3a48b75f163a99ecd7546b525018dd0
src/main/resources/mapper/DeviceMapper.xml
@@ -280,6 +280,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}