功能”最近信号强度“”最近电压低于指定值“查询数据中加上取水口经纬度
| | |
| | | <select id="getUnderVoltIntakes" resultType="com.dy.pipIrrGlobal.voSt.VoBatteryVolt"> |
| | | SELECT inta.id AS intakeId, |
| | | inta.name AS intakeNum, |
| | | inta.lng AS lng, |
| | | inta.lat AS lat, |
| | | blo.name AS blockName, |
| | | hou.battery_volt AS batteryVolt, |
| | | hou.dt AS getDate |
| | |
| | | <select id="getSpecifiedSignalIntakes" resultType="com.dy.pipIrrGlobal.voSt.VoSignalIntensity"> |
| | | SELECT inta.id AS intakeId, |
| | | inta.name AS intakeNum, |
| | | inta.lng AS lng, |
| | | inta.lat AS lat, |
| | | blo.name AS blockName, |
| | | hou.signal_value AS signValue, |
| | | hou.dt AS getDate |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | /** ok 114 |
| | | * 获取欠压取水口 |
| | | * @param qo |
| | | * @return |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | /** ok 115 |
| | | * 获取指定信号强度的取水口 |
| | | * @param qo |
| | | * @return |