public ActionResult ByFraLogIdent(SoftProjectAreaEntityDomain domain)
        {
            domain.Querys.Add(new Query
            {
                QuryType = 0,
                FieldName = "OperLogIdent___equal",
                //Value = LoginInfo.CurrNavIdent.ToString()
            });
            domain.PageQueryBase.RankInfo = "CreateDate|0";
            var resp = domain.Sys_OperLogDetail_Index();

            return View("Index", resp); ;
        }