Browse Source

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

王浩 1 năm trước cách đây
mục cha
commit
4d64c71911
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      service/infoService.go

+ 7 - 0
service/infoService.go

@@ -132,6 +132,13 @@ func FindEquity(entUserId int64, entRole int64) map[string]bool {
 					equityMap["潜在商机-转发按钮-显示"] = true
 					equityMap["潜在商机-分发按钮-显示"] = true
 				}
+			case "4":
+				if entRole == 1 {
+					equityMap["潜在商机-情报列表-企业"] = true
+				} else {
+					equityMap["潜在商机-情报列表-部门"] = true
+				}
+
 			}
 		}
 		if fool1 && fool2 {