| | |
| | | |
| | | /** |
| | | * <p> |
| | | * Mapper 接口 |
| | | * Mapper 接口 |
| | | * </p> |
| | | * |
| | | * @author jqs |
| | |
| | | |
| | | /** |
| | | * 获取赛事列表 |
| | | * |
| | | * @param cityCode |
| | | * @param content |
| | | * @param registerCondition |
| | |
| | | * @return |
| | | */ |
| | | List<CompetitionListVo> queryCompetitionList(@Param("cityCode") String cityCode, @Param("content") String content, |
| | | @Param("registerCondition") Integer registerCondition, @Param("heat") Integer heat); |
| | | @Param("registerCondition") Integer registerCondition, @Param("heat") String heat); |
| | | |
| | | |
| | | /** |
| | |
| | | void taskSetStatusStart(); |
| | | |
| | | |
| | | |
| | | void taskSetStatusEnd(); |
| | | |
| | | Integer counts(@Param("id") Long id); |
| | | |
| | | void deleteTenMinutes(@Param("pays") List<Long> pays); |
| | | } |