puzhibing
2023-07-18 2386300f1ed591e6c46b7f32539cac7f2fd7d434
cloud-server-competition/src/main/resources/mapper/PaymentCompetitionMapper.xml
@@ -13,7 +13,8 @@
        b.introduction,
        DATE_FORMAT(b.registerEndTime, '%Y-%m-%d %H:%i') as registerEndTime,
        CONCAT(b.startAge, '-', b.endAge) as age,
        b.baseNumber + b.applicantsNumber as heat
        b.baseNumber + b.applicantsNumber as heat,
        if(a.payStatus = 3, 4, b.status) as status
        from t_payment_competition a
        left join t_competition b on (a.competitionId = b.id)
        where a.state = 1 and a.appUserId = #{uid} and a.payStatus != 1