소스 검색

no message

xingzai 2 년 전
부모
커밋
139e35909d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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