소스 검색

Merge branch 'dev_v1.0.24.1_wh' of BaseService/biService into feature/v1.0.28

王浩 1 년 전
부모
커밋
a96b5d0a4e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      service/infoService.go

+ 3 - 0
service/infoService.go

@@ -83,6 +83,7 @@ func FindEquity(entUserId int64, entRole int64) map[string]bool {
 		"潜在商机-分发按钮-显示": false,
 		"潜在商机-跟进-显示":   false,
 		"潜在商机-不跟进-显示":  false,
+		"所有商机-跟踪情况-显示": false,
 	}
 	//查找用户
 	data := entity.JyMysql.FindOne("entniche_user", map[string]interface{}{
@@ -114,6 +115,8 @@ func FindEquity(entUserId int64, entRole int64) map[string]bool {
 					equityMap["潜在商机-转发按钮-显示"] = true
 					equityMap["潜在商机-分发按钮-显示"] = true
 				}
+			case "4":
+				equityMap["所有商机-跟踪情况-显示"] = true
 			}
 		}