|  |  | 
 |  |  |      * @param rtuAddr | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     //List<PrController> getControllersByRtuAddr(@Param("rtuAddr") String rtuAddr); | 
 |  |  |     List<PrController> getControllersByRtuAddrAndIntakeNotNull(@Param("rtuAddr") String rtuAddr); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     Integer getRecordCountOfController(@Param("controllerId") Long controllerId); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据控制器编号获取已绑定记录数 | 
 |  |  |      * @param controllerId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     Integer getBindedCount(@Param("controllerId") Long controllerId); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据控制器编号删除取水口编号 | 
 |  |  |      * @param controllerId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     Integer deleteIntakeId(@Param("controllerId") Long controllerId); | 
 |  |  | } |