eas of obtaining current login information

void GetSystemInfo public ()
    {
        // SysContext tools to get information currently logged in user can be called as needed.
        // For example, under the two:
        . SysContext.getSysContext () getCurrentUserInfo (); // Get the current logged in user information
        SysContext.getSysContext () getCurrentFIUnit (); // Get the current financial organizations.
    }

Guess you like

Origin www.cnblogs.com/luojiabao/p/10977307.html
EAS