|
@@ -4618,7 +4618,7 @@ func (this *ActivityCoAntroller) ActivityAppointmentAdd() {
|
|
|
if havePower {
|
|
|
hasPermission = 1
|
|
|
signupStatus = "Success"
|
|
|
- totalMeeting, errMeeting := models.GetActivityMeetingReminderCount(uid, activityId)
|
|
|
+ totalMeeting, errMeeting := models.GetUserCygxActivityAppointmentCount(uid, activityId)
|
|
|
if errMeeting != nil {
|
|
|
br.Msg = "获取失败"
|
|
|
br.ErrMsg = "获取失败,Err:" + errMeeting.Error()
|