正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论