cloud-server-competition/src/main/java/com/dsh/competition/mapper/CompetitionMapper.java
@@ -9,7 +9,7 @@ /** * <p> * Mapper 接口 * Mapper 接口 * </p> * * @author jqs @@ -20,6 +20,7 @@ /** * 获取赛事列表 * * @param cityCode * @param content * @param registerCondition @@ -36,10 +37,9 @@ void taskSetStatusStart(); void taskSetStatusEnd(); Integer counts(@Param("id")Long id); Integer counts(@Param("id") Long id); void deleteTenMinutes(@Param("pays") List<Long> pays); }