mirror of
https://gitee.com/crm8000/PSI
synced 2024-11-21 23:35:34 +00:00
主菜单
This commit is contained in:
parent
f7b644c9b5
commit
449c692e30
@ -535,6 +535,10 @@ class BizConfigService extends PSIBaseExService
|
||||
$us = new UserService();
|
||||
$userId = $us->getLoginUserId();
|
||||
|
||||
if (!$userId) {
|
||||
return "0";
|
||||
}
|
||||
|
||||
$dao = new BizConfigDAO($this->db());
|
||||
|
||||
return $dao->getShowMainMenuItemHint($userId);
|
||||
|
Loading…
Reference in New Issue
Block a user