| | |
| | | int updateByCommandId(@Param("commandId") Long commandId, @Param("commandResult") Byte commandResult, @Param("failureFactors") String failureFactors); |
| | | |
| | | /** |
| | | * 根据主键修改命令ID |
| | | * @param commandId |
| | | * @param id |
| | | * @return |
| | | */ |
| | | int updateCommandId(@Param("commandId") Long commandId, @Param("id") Long id); |
| | | |
| | | /** |
| | | * 根据计划ID获取待终止的取水口ID(已发布开发命令,无论是否成功) |
| | | * @param planId |
| | | * @return |
| | |
| | | * @return |
| | | */ |
| | | List<VoIntakeResult> getIntakeResult(@Param("planId") Long planId, @Param("groupId") Long groupId); |
| | | |
| | | /** |
| | | * 根据计划ID获取取水口命令发布失败数量,灌溉计划详情页使用 |
| | | * @param planId |
| | | * @return |
| | | */ |
| | | Integer getFailureCount(Long planId); |
| | | } |