xingzai 2 жил өмнө
parent
commit
3a6e30641d

+ 1 - 1
controllers/activity.go

@@ -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()