| | |
| | | <if test="timeStart != null and timeStart != '' "> |
| | | OR rohrl.rtu_dt < #{timeStart} |
| | | </if> |
| | | <if test="timeStop != null and timeStop != '' "> |
| | | OR rohrl.rtu_dt > #{timeStop} |
| | | </if> |
| | | <!-- <if test="timeStop != null and timeStop != '' ">--> |
| | | <!-- OR rohrl.rtu_dt > #{timeStop}--> |
| | | <!-- </if>--> |
| | | ORDER BY rtu_dt ASC |
| | | </select> |
| | | <!--获取最近未报数的取水口--> |
| | |
| | | <if test="timeStart != null"> |
| | | OR rohrl.rtu_dt < #{timeStart} |
| | | </if> |
| | | <if test="timeStop != null"> |
| | | OR rohrl.rtu_dt > #{timeStop} |
| | | </if> |
| | | <!-- <if test="timeStop != null">--> |
| | | <!-- OR rohrl.rtu_dt > #{timeStop}--> |
| | | <!-- </if>--> |
| | | ORDER BY rtu_dt ASC |
| | | </select> |
| | | </mapper> |