liujie
2023-07-26 4153d83ed2211f5773b63045e61f02124f32f490
cloud-server-competition/src/main/resources/mapper/CompetitionMapper.xml
@@ -14,6 +14,7 @@
            a.introduction,
            DATE_FORMAT(a.registerEndTime, '%Y-%m-%d %H:%i') as registerEndTime,
            CONCAT(a.startAge, '-', a.endAge) as age,
            (a.baseNumber + a.applicantsNumber) as heat
            from t_competition a
            where a.auditStatus = 2 and a.`status` = 2 and a.state = 1