cloud-server-competition/src/main/java/com/dsh/competition/mapper/CompetitionMapper.java
@@ -27,7 +27,7 @@ * @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); /** @@ -39,4 +39,7 @@ void taskSetStatusEnd(); Integer counts(@Param("id")Long id); void deleteTenMinutes(@Param("pays") List<Long> pays); }