<iftest="monitorCode != null and monitorCode != ''"> and monitor_code = #{monitorCode}</if>
<iftest="params.beginCollectTime != null and params.beginCollectTime != '' and params.endCollectTime != null and params.endCollectTime != ''"> and collect_time between #{params.beginCollectTime} and #{params.endCollectTime}</if>
<iftest="fluxFlow != null "> and flux_flow = #{fluxFlow}</if>
<iftest="steamFlow != null "> and steam_flow = #{steamFlow}</if>
<iftest="temperature != null "> and temperature = #{temperature}</if>
<iftest="press != null "> and press = #{press}</if>
<iftest="density != null "> and density = #{density}</if>
<iftest="differencePress != null "> and difference_press = #{differencePress}</if>
<iftest="params.beginRecordTime != null and params.beginRecordTime != '' and params.endRecordTime != null and params.endRecordTime != ''"> and record_time between #{params.beginRecordTime} and #{params.endRecordTime}</if>
<iftest="monitorCode != null and monitorCode != ''"> and rai.monitor_code = #{monitorCode}</if>
<iftest="params.beginCollectTime != null and params.beginCollectTime != '' and params.endCollectTime != null and params.endCollectTime != ''"> and rai.collect_time between #{params.beginCollectTime} and #{params.endCollectTime}</if>
<iftest="fluxFlow != null "> and rai.flux_flow = #{fluxFlow}</if>
<iftest="steamFlow != null "> and rai.steam_flow = #{steamFlow}</if>
<iftest="temperature != null "> and rai.temperature = #{temperature}</if>
<iftest="press != null "> and rai.press = #{press}</if>
<iftest="density != null "> and rai.density = #{density}</if>
<iftest="differencePress != null "> and rai.difference_press = #{differencePress}</if>
<iftest="params.beginRecordTime != null and params.beginRecordTime != '' and params.endRecordTime != null and params.endRecordTime != ''"> and rai.record_time between #{params.beginRecordTime} and #{params.endRecordTime}</if>
<iftest="monitorCode != null and monitorCode != ''"> and monitor_code = #{monitorCode}</if>
<iftest="params.beginCollectTime != null and params.beginCollectTime != '' and params.endCollectTime != null and params.endCollectTime != ''"> and collect_time between #{params.beginCollectTime} and #{params.endCollectTime}</if>
<iftest="fluxFlow != null "> and flux_flow = #{fluxFlow}</if>
<iftest="steamFlow != null "> and steam_flow = #{steamFlow}</if>
<iftest="temperature != null "> and temperature = #{temperature}</if>
<iftest="press != null "> and press = #{press}</if>
<iftest="purity != null "> and purity = #{purity}</if>
<iftest="differencePress != null "> and difference_press = #{differencePress}</if>
<iftest="params.beginRecordTime != null and params.beginRecordTime != '' and params.endRecordTime != null and params.endRecordTime != ''"> and record_time between #{params.beginRecordTime} and #{params.endRecordTime}</if>
<iftest="monitorCode != null and monitorCode != ''">and rni.monitor_code = #{monitorCode}</if>
<iftest="params.beginCollectTime != null and params.beginCollectTime != '' and params.endCollectTime != null and params.endCollectTime != ''">
and rni.collect_time between #{params.beginCollectTime} and #{params.endCollectTime}