作者 yangfu

参与人数修改

@@ -419,7 +419,7 @@ func (cooperationProjectService *CooperationProjectService) GetCooperationProjec @@ -419,7 +419,7 @@ func (cooperationProjectService *CooperationProjectService) GetCooperationProjec
419 }) 419 })
420 userType := cooperationApplication.CooperationApplicationApplicant.UserType & 1 420 userType := cooperationApplication.CooperationApplicationApplicant.UserType & 1
421 fmt.Printf("用户类型值: %d\n", userType) 421 fmt.Printf("用户类型值: %d\n", userType)
422 - if (userType == 1 || cooperationApplication.CooperationApplicationApplicant.UserType == 2) && cooperationApplication.CooperationApplicationStatus == 2 { // 申请人中的员工类型,审核中通过的 422 + if (userType == 1 || cooperationApplication.CooperationApplicationApplicant.UserType == 2 || cooperationApplication.CooperationApplicationApplicant.UserType == 4) && cooperationApplication.CooperationApplicationStatus == 2 { // 申请人中的员工类型,审核中通过的
423 applicants = append(applicants, cooperationApplication.CooperationApplicationApplicant) 423 applicants = append(applicants, cooperationApplication.CooperationApplicationApplicant)
424 } 424 }
425 } 425 }