diff --git a/SGGL/BLL/Common/PrinterDocService.cs b/SGGL/BLL/Common/PrinterDocService.cs index 0492ddc..199db57 100644 --- a/SGGL/BLL/Common/PrinterDocService.cs +++ b/SGGL/BLL/Common/PrinterDocService.cs @@ -1412,7 +1412,7 @@ sb.Append(""); sb.Append(""); sb.Append(""); - sb.AppendFormat(" ", "中国天辰" + ProjectService.GetProjectNameByProjectId(getTestRecord.ProjectId)); + sb.AppendFormat(" ", "新疆邮建" + ProjectService.GetProjectNameByProjectId(getTestRecord.ProjectId)); sb.Append(""); sb.Append(""); var getTrainTypeName = (from x in db.Training_TestPlan diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt index 972ac86..0a7aa91 100644 --- a/SGGL/FineUIPro.Web/ErrLog.txt +++ b/SGGL/FineUIPro.Web/ErrLog.txt @@ -1230,3 +1230,15 @@ IP地址:::1 启用环境定时器开始! 启用环境定时器结束! 通用定时器结束! +通用定时器开启! +启用环境定时器开始! +启用环境定时器结束! +通用定时器结束! +通用定时器开启! +启用环境定时器开始! +启用环境定时器结束! +通用定时器结束! +通用定时器开启! +启用环境定时器开始! +启用环境定时器结束! +通用定时器结束! diff --git a/SGGL/WebAPI/Controllers/UserController.cs b/SGGL/WebAPI/Controllers/UserController.cs index cffa3c8..2ac050b 100644 --- a/SGGL/WebAPI/Controllers/UserController.cs +++ b/SGGL/WebAPI/Controllers/UserController.cs @@ -145,7 +145,7 @@ namespace WebAPI.Controllers db.SubmitChanges(); // FormsAuthentication.SetAuthCookie(person.PersonId, true, FormsAuthentication.FormsCookiePath); FormsAuthenticationTicket Tick = new FormsAuthenticationTicket(1, - sysUser.Account, + person.PersonName, DateTime.Now, DateTime.Now.AddYears(10), //十年有效期 false,
{0}{0}