| | |
| | | */ |
| | | VoUnclosedParam getUncloseParam(@Param("onLineMap") String onLineMap, @Param("intakeId")Long intakeId); |
| | | |
| | | |
| | | /** |
| | | * 根据取水口ID获取该取水口未关阀参数,平台选择取水口关阀使用 |
| | | * @param intakeId |
| | | * @return |
| | | */ |
| | | VoUnclosedParam getUncloseParamByCd(@Param("onLineMap") String onLineMap, @Param("intakeId")Long intakeId, @Param("code")String code); |
| | | |
| | | /** |
| | | * 根据指定条件获取命令日志历史记录总数 |
| | | * @param params |
| | |
| | | String getTimeByCommId(Long commId); |
| | | |
| | | /** |
| | | * 根据命令日志ID获取取水口及虚拟卡信息,终止灌溉计划时使用,用来执行远程关阀 |
| | | * 根据命令日志ID获取开阀信息,终止灌溉计划时使用,用来执行远程关阀 |
| | | * @param commandId |
| | | * @return |
| | | */ |
| | | VoIntakeVc getIntakeVc(Long commandId); |
| | | VoIntakeVc getValveOpen(Long commandId); |
| | | } |