主菜单

This commit is contained in:
CRM8000 2024-09-20 09:02:57 +08:00
parent f7b644c9b5
commit 449c692e30

View File

@ -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);