修改 拿掉isGod
This commit is contained in:
parent
d2e1549c3b
commit
81c9ca3640
@ -389,8 +389,8 @@ namespace SolarPower.Controllers
|
|||||||
"UpdatedBy",
|
"UpdatedBy",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (myUser.IsGod == 1 || IsPlatformLayer(myUser.Role.Layer))
|
if (IsPlatformLayer(myUser.Role.Layer))
|
||||||
{ //超級使用者 或 平台人員可以修改 公司的註冊上限人數
|
{ //平台人員可以修改 公司的註冊上限人數
|
||||||
properties.Add("RegisterUpperLimit");
|
properties.Add("RegisterUpperLimit");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user