xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
139e35909d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/activity.go

+ 1 - 1
services/activity.go

@@ -1130,7 +1130,7 @@ func IsShowAppointmentByactivityInfo(item *models.ActivityDetail, chartPermissio
 	if activityTypeId == 5 && chartPermissionName == "医药" {
 		isShowAppointment = true
 	}
-	if activityTypeId == 2 || item.IsLimitPeople == 0 {
+	if activityTypeId == 2 && item.IsLimitPeople == 0 {
 		isShowAppointment = true
 	}
 	return