liujie
2023-07-26 d9d3e4edf8515d250337598c7d5b155ca7afb9c9
cloud-server-competition/src/main/java/com/dsh/competition/service/CompetitionService.java
@@ -27,7 +27,7 @@
     * @param heat
     * @return
     */
    List<CompetitionListVo> queryCompetitionList(String cityCode, String content, Integer registerCondition, Integer heat) throws Exception;
    List<CompetitionListVo> queryCompetitionList(String cityCode, String content, Integer registerCondition, String heat) throws Exception;
    /**
@@ -47,4 +47,10 @@
     * @throws Exception
     */
    ResultUtil paymentCompetition(Integer uid, PaymentCompetitionVo paymentCompetitionVo) throws Exception;
    /**
     * 定时任务修改赛事状态
     */
    void taskSetStatus();
}