@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<iftest="monitorId != null and monitorId != ''"> and t1.monitor_id = #{monitorId}</if>
<iftest="pMonitorId != null and pMonitorId != ''"> and t2.p_monitor_id = #{pMonitorId}</if>
<iftest="params.beginCollectTime != null and params.beginCollectTime != '' and params.endCollectTime != null and params.endCollectTime != ''"> and t1.collect_time between #{params.beginCollectTime} and #{params.endCollectTime}</if>
<iftest="params.beginCollectTime != null and params.endCollectTime != null "> and t1.collect_time between #{params.beginCollectTime} and #{params.endCollectTime}</if>
<iftest="recordDate != null and recordDate != ''"> and t1.record_date = #{recordDate}</if>
<iftest="pointNumber != null "> and t1.point_number = #{pointNumber}</if>