|
@@ -768,7 +768,7 @@ func (u *Use) IsAdd() {
|
|
|
userInfo.EntNiche = bigPower.EntnicheStatus == 1 && IsEntPower > 0
|
|
|
userInfo.EntIsNew = bigPower.EntIsNew && userInfo.EntNiche
|
|
|
//有商机管理服务的用户 就不是商机管理用户
|
|
|
- if userInfo.IsEntService = PowerSource > 0 && IsEntPower > 0; userInfo.IsEntService {
|
|
|
+ if userInfo.IsEntService = bigPower.EntnicheStatus > 0 && PowerSource > 0 && IsEntPower > 0; userInfo.IsEntService {
|
|
|
userInfo.EntIsNew = false
|
|
|
userInfo.EntNiche = false
|
|
|
}
|