Fun_GetLoginUserName.md
643 Bytes
Fun_GetLoginUserName (function)
获取客户查看权限
- Type: FUNCTION
-
Returns:
longtext - Deterministic: NO
- SQL data access: CONTAINS SQL
- Created: 2026-04-27 19:10:15
- Last altered: 2026-04-27 19:10:15
Parameters
| # | Mode | Name | Type |
|---|---|---|---|
| 0 | RETURN | `` | longtext |
| 1 | IN | sLogin_id |
varchar(255) |
| 2 | IN | sBr_id |
varchar(255) |
| 3 | IN | sSu_id |
varchar(255) |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONFunGetLoginUserName'._
Narrative
No human-written narrative yet.