mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 20:27:49 +08:00
Compare commits
1 Commits
b405585bc7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5890122a37 |
@@ -26,6 +26,7 @@ trait AdminUserTrait
|
||||
protected AdminUserRepository $adminUserRepository;
|
||||
|
||||
/**
|
||||
* 单例加缓存模型(仅仅用户信息) tips: 只可读取显示的数据(不影响大致问题),不可操作类敏感数据 比如 inc 账户余额 之类的 会导致脏读
|
||||
* @param int $adminId
|
||||
* @return AdminUser|Model|mixed|string|null
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user