修改 拿掉isGod

This commit is contained in:
Kai 2021-06-22 09:58:32 +08:00
parent d2e1549c3b
commit 81c9ca3640

View File

@ -389,8 +389,8 @@ namespace SolarPower.Controllers
"UpdatedBy",
};
if (myUser.IsGod == 1 || IsPlatformLayer(myUser.Role.Layer))
{ //超級使用者 或 平台人員可以修改 公司的註冊上限人數
if (IsPlatformLayer(myUser.Role.Layer))
{ //平台人員可以修改 公司的註冊上限人數
properties.Add("RegisterUpperLimit");
}