| | |
| | | |
| | | |
| | | import com.dy.pipIrrGlobal.pojoPr.PrIntake; |
| | | import com.dy.pipIrrGlobal.voPr.IntakeUpdateLngLat; |
| | | import com.dy.pipIrrGlobal.voPr.VoAllIntake; |
| | | import com.dy.pipIrrGlobal.voPr.VoIntake; |
| | | import com.dy.pipIrrGlobal.voPr.VoOnLineIntake; |
| | | import com.dy.pipIrrGlobal.voPr.*; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @return address |
| | | */ |
| | | Integer getRecordCountOfIntake(@Param("intakeId") Long intakeId); |
| | | |
| | | /** |
| | | * 根据村Id获取全部地址 |
| | | * @param intakeId 村Id |
| | | * @return intakeName 取水口编号 |
| | | */ |
| | | String getNameById(@Param("intakeId") Long intakeId); |
| | | |
| | | /** |
| | | * 根据村Id获取全部地址 |
| | |
| | | */ |
| | | int updateByPrimaryKeySelective1(IntakeUpdateLngLat record); |
| | | |
| | | /** |
| | | * 获取未绑定到轮灌组的取水口列表 |
| | | * @return |
| | | */ |
| | | List<VoIntakeSimple> getFreeIntakes(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 获取未绑定虚拟卡的取水口列表,给取水口绑虚拟卡使用 |
| | | * @return |
| | | */ |
| | | List<VoIntakeSimple> getNotLinkVcIntakes(); |
| | | |
| | | |
| | | /** |
| | | * 为wechat,根据指定取水口名称模糊(后端)查询水口记录数 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long getSomeIntakesCount4Wx(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 为wechat,根据指定取水口名称模糊(后端)查询水口 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoOnLineIntake> getSomeIntakes4Wx(Map<?, ?> params); |
| | | |
| | | } |