WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -189,7 +189,7 @@ } private func payment(type:PayType,paymentId:Int? = nil){ let ids = students.map({"\($0.id)"}).joined(separator: ",") let ids = students.map({"\($0.id)"}).joined(separator: ";") Services.paymentCompetition(id: activityDetailModel.id, userIds: ids, payType: type,coursePaymentId: paymentId).subscribe(onNext: {[weak self] data in NotificationCenter.default.post(name: StudentRefresh_Nofi, object: nil) if let m = data.data{