function act_accountAllListById() { $res = omAccountModel::accountAllListById(); self::$errCode = omAccountModel::$errCode; self::$errMsg = omAccountModel::$errMsg; return $res; }