@@ -62,6 +62,10 @@ func (s *switchService) GetEntniche(session *httpsession.Session, middleground m
}
}*/
entniche := data.Data.Entniche.Status > 0
+ //有商机管理服务的用户 就不是商机管理用户 逻辑同isadd中商机管理用户状态判断
+ if isEntService = data.Ent.PowerSource > 0 && data.Entniche.IsEntPower > 0; isEntService {
+ entniche = false
+ }
if data != nil {
if i_member_status := data.Status; v == s.Member && i_member_status > 0 {
return s.Member