@@ -108,6 +108,10 @@ func (m *WorkDesktopMenu) AutoUserPowerInfo() map[string]int {
//企业信息
if m.EntId > 0 {
UserPowerMap["702"] = 1
+ //机构中心 由企业 且 是企业版
+ if m.PositionType > 0 {
+ UserPowerMap["901"] = 1
+ }
}
entInfo := userPowers.Ent
//商机管理