INFO 2023-04-17 08:12:38,216 [1 ] tCore.Builder.RequestLocalizationOptions - Supported Request Localization Cultures: en,es-MX,fr,de,it,nl,pt-BR,tr,ru,ar,ja,zh-CN,zh-Hans INFO 2023-04-17 08:12:40,065 [1 ] taProtection.KeyManagement.XmlKeyManager - User profile is available. Using 'C:\Users\HcmYP\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. INFO 2023-04-17 08:12:40,178 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/config.js INFO 2023-04-17 08:12:40,200 [9 ] NetCore.StaticFiles.StaticFileMiddleware - The file /config.js was not modified INFO 2023-04-17 08:12:40,214 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 39.2581ms 304 application/javascript INFO 2023-04-17 08:12:40,613 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2023-04-17 08:12:40,685 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/logo.png INFO 2023-04-17 08:12:40,687 [7 ] NetCore.StaticFiles.StaticFileMiddleware - The file /static/images/logo.png was not modified INFO 2023-04-17 08:12:40,688 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 3.7844ms 304 image/png INFO 2023-04-17 08:12:40,704 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:12:40,877 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:12:40,885 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 272.5454ms 404 INFO 2023-04-17 08:12:43,990 [7 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:12:45,372 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:12:45,580 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 1582.1354ms INFO 2023-04-17 08:12:45,581 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:12:45,589 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4885.0821ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:02,829 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2023-04-17 08:13:02,865 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:13:02,877 [7 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetPublicKey", controller = "Rsa"}. Executing controller action with signature System.Object GetPublicKey() on controller Sg.Hcm.PubClass.RsaAppService (Sg.Hcm.Application.Pub). INFO 2023-04-17 08:13:02,956 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:02,965 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 88.1967ms INFO 2023-04-17 08:13:02,965 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:13:02,966 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 137.12ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:03,145 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=utf-8 365 INFO 2023-04-17 08:13:03,153 [5 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2023-04-17 08:13:03,154 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:13:03,181 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {action = "ServiceAuthenticate", controller = "TokenAuth", area = ""}. Executing controller action with signature Sg.Hcm.Models.TokenAuth.ServiceAuthenticateResultModel ServiceAuthenticate(Sg.Hcm.Models.TokenAuth.ZpAuthenticateModel) on controller Sg.Hcm.Controllers.TokenAuthController (Sg.Hcm.Web.Core). INFO 2023-04-17 08:13:05,059 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:05,064 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 1883.3084ms INFO 2023-04-17 08:13:05,065 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:13:05,066 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1921.816ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:05,545 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2023-04-17 08:13:05,628 [5 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:05,763 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:05,771 [7 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetUserMsg", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.UserMessageDto GetUserMsg() on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:05,907 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:05,928 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 156.4203ms INFO 2023-04-17 08:13:05,928 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:05,929 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 384.3659ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:06,133 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2023-04-17 08:13:06,138 [5 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:06,140 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:06,148 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2023-04-17 08:13:06,150 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTables", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.ZPResumeTablesDto] GetZpSubTables(System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:06,174 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:06,174 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:06,364 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:13:06,388 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:06,392 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,427 [17 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:08,429 [7 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetMarkResumeChg", controller = "AppForSelf"}. Executing controller action with signature Boolean GetMarkResumeChg() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:08,519 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:08,519 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:08,521 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 92.0613ms INFO 2023-04-17 08:13:08,521 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 93.3767ms INFO 2023-04-17 08:13:08,521 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,521 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,522 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2373.8735ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:08,522 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2158.4598ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:08,593 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:08,609 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 2458.0868ms INFO 2023-04-17 08:13:08,609 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,609 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2476.7649ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:08,760 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2023-04-17 08:13:08,760 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2023-04-17 08:13:08,765 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:08,765 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:08,768 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,768 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,781 [7 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpPhoto", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.PhotoDto] GetZpPhoto() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:08,783 [17 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetAppSelfPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.EntryToJLAppService.ZpMainPanelDto GetAppSelfPanel(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:08,870 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:08,877 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 95.2303ms INFO 2023-04-17 08:13:08,877 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:08,877 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 117.526ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:10,099 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:10,341 [18 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 1558.0605ms INFO 2023-04-17 08:13:10,341 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:10,342 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1581.8776ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:11,512 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=b68d4bee-27f4-0f03-c71a-4b1082514145&attachTableName=& INFO 2023-04-17 08:13:11,552 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:11,554 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:11,564 [7 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:11,580 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=059c022c-4c11-c101-cbcd-fc2ec6c07dd2&attachTableName=& INFO 2023-04-17 08:13:11,581 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:11,582 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:11,587 [17 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:11,634 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:13:11,635 [10 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:11,636 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:11,643 [10 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:12,009 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:12,009 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:12,012 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 447.6545ms INFO 2023-04-17 08:13:12,013 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:12,013 [17 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 424.882ms INFO 2023-04-17 08:13:12,013 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:12,019 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 506.2577ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:12,019 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 438.8358ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:12,074 [10 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:13:12,090 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:12,095 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 451.9244ms INFO 2023-04-17 08:13:12,095 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:12,095 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 460.7993ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:12,292 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:13:12,345 [5 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:12,347 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:12,353 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:12,363 [5 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:13:12,393 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:12,395 [17 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 41.2089ms INFO 2023-04-17 08:13:12,395 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:12,396 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 103.9976ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:45,534 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:13:45,536 [5 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:13:45,538 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:45,546 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:45,603 [23 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:45,611 [23 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 64.5579ms INFO 2023-04-17 08:13:45,611 [23 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:45,612 [23 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 77.7863ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:13:59,087 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2023-04-17 08:13:59,089 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2.5103ms 404 INFO 2023-04-17 08:13:59,204 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:13:59,206 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:59,212 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:13:59,233 [25 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:13:59,235 [25 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 23.0352ms INFO 2023-04-17 08:13:59,235 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:13:59,236 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 32.5523ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:12,314 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2023-04-17 08:14:12,318 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:14:12,324 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetPublicKey", controller = "Rsa"}. Executing controller action with signature System.Object GetPublicKey() on controller Sg.Hcm.PubClass.RsaAppService (Sg.Hcm.Application.Pub). INFO 2023-04-17 08:14:12,343 [25 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:12,344 [25 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 19.799ms INFO 2023-04-17 08:14:12,345 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:14:12,345 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 31.1382ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:12,523 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=utf-8 365 INFO 2023-04-17 08:14:12,524 [5 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2023-04-17 08:14:12,535 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:14:12,540 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {action = "ServiceAuthenticate", controller = "TokenAuth", area = ""}. Executing controller action with signature Sg.Hcm.Models.TokenAuth.ServiceAuthenticateResultModel ServiceAuthenticate(Sg.Hcm.Models.TokenAuth.ZpAuthenticateModel) on controller Sg.Hcm.Controllers.TokenAuthController (Sg.Hcm.Web.Core). INFO 2023-04-17 08:14:12,585 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:12,586 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 45.3744ms INFO 2023-04-17 08:14:12,586 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:14:12,587 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 63.7665ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:12,744 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2023-04-17 08:14:12,745 [25 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:12,747 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,753 [25 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetUserMsg", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.UserMessageDto GetUserMsg() on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:12,768 [25 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:12,768 [25 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 15.3169ms INFO 2023-04-17 08:14:12,768 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,768 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.7639ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:12,917 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:14:12,918 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:12,918 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,923 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:12,933 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:12,934 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 10.2158ms INFO 2023-04-17 08:14:12,934 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,934 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 16.5016ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:12,973 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2023-04-17 08:14:12,973 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2023-04-17 08:14:12,973 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:12,973 [25 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:12,974 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,974 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,978 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTables", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.ZPResumeTablesDto] GetZpSubTables(System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:12,978 [25 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetMarkResumeChg", controller = "AppForSelf"}. Executing controller action with signature Boolean GetMarkResumeChg() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:12,998 [25 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:12,999 [25 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 20.0501ms INFO 2023-04-17 08:14:12,999 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:12,999 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.1946ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:13,056 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:13,056 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 77.814ms INFO 2023-04-17 08:14:13,056 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:13,056 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 83.8757ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:13,243 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2023-04-17 08:14:13,245 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:13,246 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:13,253 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpPhoto", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.PhotoDto] GetZpPhoto() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:13,263 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2023-04-17 08:14:13,265 [25 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:13,266 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:13,272 [25 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetAppSelfPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.EntryToJLAppService.ZpMainPanelDto GetAppSelfPanel(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:13,283 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:13,287 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 33.8411ms INFO 2023-04-17 08:14:13,287 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:13,288 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 44.3709ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:13,350 [25 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:13,431 [13 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 158.3774ms INFO 2023-04-17 08:14:13,431 [13 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:13,432 [13 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 168.6783ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:14,524 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=b68d4bee-27f4-0f03-c71a-4b1082514145&attachTableName=& INFO 2023-04-17 08:14:14,526 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:14,527 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,534 [17 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:14,541 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=059c022c-4c11-c101-cbcd-fc2ec6c07dd2&attachTableName=& INFO 2023-04-17 08:14:14,543 [25 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:14,544 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,551 [25 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:14,624 [25 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:14,624 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:14,625 [25 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 74.6683ms INFO 2023-04-17 08:14:14,625 [17 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 90.9517ms INFO 2023-04-17 08:14:14,626 [25 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,626 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,626 [25 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 84.861ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:14,626 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 102.5372ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:14,639 [23 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:14:14,641 [23 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:14,642 [23 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,647 [23 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:14,655 [23 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:14:14,668 [23 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:14,669 [23 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 21.7088ms INFO 2023-04-17 08:14:14,669 [23 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,669 [23 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 30.7377ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:14,793 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:14:14,794 [5 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:14,794 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,800 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:14,807 [5 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:14:14,816 [23 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:14,817 [23 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 16.3955ms INFO 2023-04-17 08:14:14,817 [23 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:14,817 [23 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.0097ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:36,959 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2023-04-17 08:14:36,961 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:36,962 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:36,968 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:37,004 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:37,005 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 36.2971ms INFO 2023-04-17 08:14:37,005 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:37,006 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 46.1278ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:39,724 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=155& INFO 2023-04-17 08:14:39,726 [28 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:39,726 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:39,735 [28 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:39,777 [28 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:39,779 [28 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 43.0069ms INFO 2023-04-17 08:14:39,779 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:39,779 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 55.3743ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:44,834 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2023-04-17 08:14:44,836 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:44,837 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:44,843 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:44,879 [26 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:44,880 [26 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 37.4554ms INFO 2023-04-17 08:14:44,880 [26 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:44,881 [26 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 47.4251ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:46,614 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP4&resumeId=158& INFO 2023-04-17 08:14:46,615 [28 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:46,616 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:46,622 [28 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:46,655 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:46,657 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 35.3054ms INFO 2023-04-17 08:14:46,657 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:46,658 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 43.933ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:46,828 [30 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=86418996-d581-cd56-7979-2479be33e464&attachTableName=& INFO 2023-04-17 08:14:46,830 [30 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:46,831 [30 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:46,837 [30 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:46,935 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:46,936 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 98.2455ms INFO 2023-04-17 08:14:46,936 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:46,937 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 108.0471ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:14:48,919 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:14:48,921 [28 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:14:48,922 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:48,927 [28 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:14:48,948 [32 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:14:48,948 [32 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 20.9094ms INFO 2023-04-17 08:14:48,949 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:14:48,949 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 29.6158ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:15:08,005 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:15:08,006 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:15:08,007 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:08,014 [22 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:15:08,038 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:15:08,039 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 24.4017ms INFO 2023-04-17 08:15:08,039 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:08,039 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 34.831ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:15:11,194 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP3&resumeId=157& INFO 2023-04-17 08:15:11,196 [32 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:15:11,197 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:11,203 [32 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:15:11,334 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:15:11,336 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 133.1274ms INFO 2023-04-17 08:15:11,337 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:11,337 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 142.9589ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:15:42,882 [29 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateZpDetailPanel? application/json;charset=utf-8 15660 INFO 2023-04-17 08:15:42,883 [29 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2023-04-17 08:15:42,884 [29 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:15:42,885 [29 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:42,894 [29 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:15:43,274 [28 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:15:43,274 [28 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M) in 379.9089ms INFO 2023-04-17 08:15:43,274 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:43,275 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 392.7414ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:15:44,476 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:15:44,477 [28 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:15:44,478 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:44,484 [28 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:15:44,507 [31 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:15:44,507 [31 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 23.3897ms INFO 2023-04-17 08:15:44,508 [31 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:44,508 [31 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 32.0274ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:15:47,759 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP3&resumeId=157& INFO 2023-04-17 08:15:47,761 [28 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:15:47,761 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:47,768 [28 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:15:47,801 [31 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:15:47,803 [31 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 34.4363ms INFO 2023-04-17 08:15:47,803 [31 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:15:47,803 [31 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 43.828ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:16:34,046 [29 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2023-04-17 08:16:34,047 [29 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:16:34,048 [29 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:16:34,053 [29 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:16:34,072 [29 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:16:34,073 [29 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.2747ms INFO 2023-04-17 08:16:34,073 [29 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:16:34,073 [29 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 27.1518ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:16:36,055 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP4&resumeId=158& INFO 2023-04-17 08:16:36,057 [33 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:16:36,057 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:16:36,062 [33 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:16:36,092 [33 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:16:36,093 [33 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 30.297ms INFO 2023-04-17 08:16:36,093 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:16:36,093 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 37.9147ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:16:36,313 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=86418996-d581-cd56-7979-2479be33e464&attachTableName=& INFO 2023-04-17 08:16:36,314 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:16:36,315 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:16:36,320 [35 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:16:36,387 [35 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:16:36,388 [35 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 68.0993ms INFO 2023-04-17 08:16:36,388 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:16:36,388 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 75.322ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:16:37,865 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/File/DownLoadById?id=86418996-d581-cd56-7979-2479be33e464&attachTableName=& INFO 2023-04-17 08:16:37,867 [33 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:16:37,867 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:16:37,882 [33 ] c.Infrastructure.ControllerActionInvoker - Route matched with {action = "DownLoadById", controller = "File", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Sg.HcmMb.Sys.Dto.DownloadResultMDto] DownLoadById(System.String, System.String) on controller Sg.HcmMb.Controllers.FileController (Sg.Hcm.Web.Core). INFO 2023-04-17 08:16:39,386 [33 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:16:39,444 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core) in 1561.6099ms INFO 2023-04-17 08:16:39,444 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:16:39,446 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1580.5191ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:04,769 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:17:04,770 [33 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:04,771 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:04,777 [33 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:04,788 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:04,789 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 11.6004ms INFO 2023-04-17 08:17:04,789 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:04,789 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 19.659ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:19,616 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2023-04-17 08:17:19,617 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:17:19,623 [34 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetPublicKey", controller = "Rsa"}. Executing controller action with signature System.Object GetPublicKey() on controller Sg.Hcm.PubClass.RsaAppService (Sg.Hcm.Application.Pub). INFO 2023-04-17 08:17:19,633 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:19,633 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 10.2925ms INFO 2023-04-17 08:17:19,633 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:17:19,634 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.21ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:19,800 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=utf-8 365 INFO 2023-04-17 08:17:19,801 [37 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2023-04-17 08:17:19,801 [37 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:19,802 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:17:19,807 [37 ] c.Infrastructure.ControllerActionInvoker - Route matched with {action = "ServiceAuthenticate", controller = "TokenAuth", area = ""}. Executing controller action with signature Sg.Hcm.Models.TokenAuth.ServiceAuthenticateResultModel ServiceAuthenticate(Sg.Hcm.Models.TokenAuth.ZpAuthenticateModel) on controller Sg.Hcm.Controllers.TokenAuthController (Sg.Hcm.Web.Core). INFO 2023-04-17 08:17:19,830 [34 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:19,831 [34 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 23.2518ms INFO 2023-04-17 08:17:19,831 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:17:19,831 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 31.1566ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:19,975 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2023-04-17 08:17:19,976 [37 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:19,976 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:19,982 [37 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetUserMsg", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.UserMessageDto GetUserMsg() on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:19,997 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:19,997 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 15.7232ms INFO 2023-04-17 08:17:19,997 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:19,998 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.0288ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:20,164 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:17:20,164 [34 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:20,165 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,171 [34 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:20,181 [33 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:20,182 [33 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 10.8896ms INFO 2023-04-17 08:17:20,182 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,182 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.2349ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:20,263 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2023-04-17 08:17:20,264 [33 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:20,264 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2023-04-17 08:17:20,264 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,265 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:20,265 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,270 [33 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTables", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.ZPResumeTablesDto] GetZpSubTables(System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:20,270 [38 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetMarkResumeChg", controller = "AppForSelf"}. Executing controller action with signature Boolean GetMarkResumeChg() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:20,296 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:20,296 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 25.5922ms INFO 2023-04-17 08:17:20,296 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,296 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 32.3669ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:20,363 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:20,364 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 93.8001ms INFO 2023-04-17 08:17:20,364 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,364 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 101.4156ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:20,510 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2023-04-17 08:17:20,511 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:20,511 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,520 [38 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpPhoto", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.PhotoDto] GetZpPhoto() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:20,523 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2023-04-17 08:17:20,524 [33 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:20,524 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,533 [33 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetAppSelfPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.EntryToJLAppService.ZpMainPanelDto GetAppSelfPanel(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:20,539 [39 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:20,540 [39 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 19.3151ms INFO 2023-04-17 08:17:20,540 [39 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,540 [39 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 30.1785ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:20,602 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:20,694 [42 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 160.8141ms INFO 2023-04-17 08:17:20,694 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:20,695 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 172.1717ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:21,979 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=b68d4bee-27f4-0f03-c71a-4b1082514145&attachTableName=& INFO 2023-04-17 08:17:21,980 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:21,980 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:21,986 [40 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:21,992 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=059c022c-4c11-c101-cbcd-fc2ec6c07dd2&attachTableName=& INFO 2023-04-17 08:17:21,993 [34 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:21,993 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:21,999 [34 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:22,061 [34 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:22,062 [34 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 62.8685ms INFO 2023-04-17 08:17:22,062 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:22,062 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 69.601ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:22,066 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:22,066 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 79.5568ms INFO 2023-04-17 08:17:22,066 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:22,066 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 87.1282ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:22,128 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:17:22,130 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:22,131 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:22,138 [40 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:22,145 [40 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:17:22,154 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:22,154 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 16.3254ms INFO 2023-04-17 08:17:22,154 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:22,155 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.4166ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:22,334 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:17:22,335 [34 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:22,336 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:22,341 [34 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:22,348 [34 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:17:22,357 [34 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:22,358 [34 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 16.6381ms INFO 2023-04-17 08:17:22,358 [34 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:22,358 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.8038ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:42,928 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:17:42,928 [37 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:42,929 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:42,935 [37 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:42,952 [37 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:42,953 [37 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.3986ms INFO 2023-04-17 08:17:42,953 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:42,953 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.6437ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:17:44,560 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP3&resumeId=157& INFO 2023-04-17 08:17:44,561 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:17:44,562 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:44,567 [38 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:17:44,597 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:17:44,598 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 30.6765ms INFO 2023-04-17 08:17:44,598 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:17:44,598 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 37.6766ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:18:23,531 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateZpDetailPanel? application/json;charset=utf-8 15705 INFO 2023-04-17 08:18:23,531 [40 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2023-04-17 08:18:23,532 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:18:23,533 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:18:23,539 [40 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:18:23,644 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:18:23,644 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M) in 104.62ms INFO 2023-04-17 08:18:23,644 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:18:23,645 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 113.7623ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:18:24,894 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:18:24,895 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:18:24,895 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:18:24,901 [40 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:18:24,917 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:18:24,918 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 16.9481ms INFO 2023-04-17 08:18:24,918 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:18:24,918 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.3054ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:18:25,889 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP3&resumeId=157& INFO 2023-04-17 08:18:25,890 [45 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:18:25,890 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:18:25,897 [45 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:18:25,929 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:18:25,930 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 33.572ms INFO 2023-04-17 08:18:25,931 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:18:25,931 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 42.0001ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:19:52,314 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2023-04-17 08:19:52,315 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:19:52,316 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:19:52,321 [38 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:19:52,337 [48 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:19:52,338 [48 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 16.6943ms INFO 2023-04-17 08:19:52,338 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:19:52,338 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.2778ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:19:55,657 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=155& INFO 2023-04-17 08:19:55,658 [48 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:19:55,658 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:19:55,664 [48 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:19:55,693 [48 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:19:55,694 [48 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 30.5017ms INFO 2023-04-17 08:19:55,694 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:19:55,695 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 37.6052ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:20:26,614 [51 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2023-04-17 08:20:26,615 [51 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:20:26,615 [51 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:20:26,620 [51 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:20:26,638 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:20:26,638 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.3973ms INFO 2023-04-17 08:20:26,638 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:20:26,638 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.5896ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:20:27,876 [51 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP3&resumeId=157& INFO 2023-04-17 08:20:27,877 [51 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:20:27,877 [51 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:20:27,882 [51 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:20:27,915 [51 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:20:27,916 [51 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 33.7082ms INFO 2023-04-17 08:20:27,916 [51 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:20:27,917 [51 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 40.6161ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:21:01,209 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2023-04-17 08:21:01,210 [52 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:21:01,211 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:21:01,216 [52 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTabeList", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[System.Collections.Generic.List`1[Sg.HcmMb.PubClass.Dto.ZpFieldDto]] GetZpSubTabeList(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:21:01,232 [52 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:21:01,233 [52 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 16.5621ms INFO 2023-04-17 08:21:01,233 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2023-04-17 08:21:01,233 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.7039ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:21:02,669 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP4&resumeId=158& INFO 2023-04-17 08:21:02,669 [55 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:21:02,670 [55 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:21:02,675 [55 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTablePanel", controller = "AppForSelf"}. Executing controller action with signature Sg.Hcm.WebPub.Dto.PanelDto GetZpSubTablePanel(System.String, System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:21:02,705 [55 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:21:02,706 [55 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 31.2123ms INFO 2023-04-17 08:21:02,707 [55 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:21:02,707 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 38.3517ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:21:02,873 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=86418996-d581-cd56-7979-2479be33e464&attachTableName=& INFO 2023-04-17 08:21:02,874 [55 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:21:02,875 [55 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:21:02,880 [55 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:21:03,596 [55 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:21:03,596 [55 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 715.5814ms INFO 2023-04-17 08:21:03,596 [55 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:21:03,596 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 723.1194ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:21:05,347 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/File/DownLoadById?id=86418996-d581-cd56-7979-2479be33e464&attachTableName=& INFO 2023-04-17 08:21:05,356 [55 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:21:05,357 [55 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:21:05,362 [55 ] c.Infrastructure.ControllerActionInvoker - Route matched with {action = "DownLoadById", controller = "File", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Sg.HcmMb.Sys.Dto.DownloadResultMDto] DownLoadById(System.String, System.String) on controller Sg.HcmMb.Controllers.FileController (Sg.Hcm.Web.Core). INFO 2023-04-17 08:21:05,496 [55 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:21:05,545 [57 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core) in 182.7997ms INFO 2023-04-17 08:21:05,545 [57 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:21:05,545 [57 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 198.468ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:26:47,012 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2023-04-17 08:26:47,014 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.6214ms 404 INFO 2023-04-17 08:26:47,107 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:26:47,108 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:26:47,113 [72 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:26:47,124 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:26:47,125 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 11.1448ms INFO 2023-04-17 08:26:47,125 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:26:47,125 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.9066ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:00,418 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2023-04-17 08:27:00,418 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:27:00,424 [72 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetPublicKey", controller = "Rsa"}. Executing controller action with signature System.Object GetPublicKey() on controller Sg.Hcm.PubClass.RsaAppService (Sg.Hcm.Application.Pub). INFO 2023-04-17 08:27:00,434 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:00,435 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 10.6946ms INFO 2023-04-17 08:27:00,435 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2023-04-17 08:27:00,435 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.4707ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:00,607 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=utf-8 365 INFO 2023-04-17 08:27:00,608 [72 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2023-04-17 08:27:00,609 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:27:00,614 [72 ] c.Infrastructure.ControllerActionInvoker - Route matched with {action = "ServiceAuthenticate", controller = "TokenAuth", area = ""}. Executing controller action with signature Sg.Hcm.Models.TokenAuth.ServiceAuthenticateResultModel ServiceAuthenticate(Sg.Hcm.Models.TokenAuth.ZpAuthenticateModel) on controller Sg.Hcm.Controllers.TokenAuthController (Sg.Hcm.Web.Core). INFO 2023-04-17 08:27:00,646 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:00,646 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 32.1458ms INFO 2023-04-17 08:27:00,646 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2023-04-17 08:27:00,647 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 39.6362ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:00,797 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2023-04-17 08:27:00,798 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:00,799 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:00,805 [70 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetUserMsg", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.UserMessageDto GetUserMsg() on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:00,832 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:00,832 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 27.5935ms INFO 2023-04-17 08:27:00,832 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:00,833 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 35.4012ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:00,967 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2023-04-17 08:27:00,968 [73 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:00,968 [73 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:00,974 [73 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpParas", controller = "ShareData"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ZPParasDto GetZpParas() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:00,984 [73 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:00,984 [73 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 10.5152ms INFO 2023-04-17 08:27:00,984 [73 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:00,985 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.7126ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:01,020 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2023-04-17 08:27:01,021 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:01,021 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,027 [70 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpSubTables", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.ZPResumeTablesDto] GetZpSubTables(System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:01,034 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2023-04-17 08:27:01,035 [71 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:01,035 [71 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,041 [71 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetMarkResumeChg", controller = "AppForSelf"}. Executing controller action with signature Boolean GetMarkResumeChg() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:01,074 [73 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:01,074 [73 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 33.035ms INFO 2023-04-17 08:27:01,074 [73 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,074 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 39.6635ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:01,104 [69 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:01,104 [69 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 77.4031ms INFO 2023-04-17 08:27:01,104 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,105 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 84.3661ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:01,241 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2023-04-17 08:27:01,242 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:01,242 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,249 [70 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetAppSelfPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.EntryToJLAppService.ZpMainPanelDto GetAppSelfPanel(System.String, System.String) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:01,257 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2023-04-17 08:27:01,257 [69 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:01,258 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,263 [69 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetZpPhoto", controller = "AppForSelf"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.EntryToJLAppService.PhotoDto] GetZpPhoto() on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:01,290 [69 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:01,290 [69 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 27.0153ms INFO 2023-04-17 08:27:01,291 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,291 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 34.4188ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:01,309 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:01,381 [77 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 131.7938ms INFO 2023-04-17 08:27:01,381 [77 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:01,381 [77 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 140.0787ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:02,527 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=b68d4bee-27f4-0f03-c71a-4b1082514145&attachTableName=& INFO 2023-04-17 08:27:02,527 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=059c022c-4c11-c101-cbcd-fc2ec6c07dd2&attachTableName=& INFO 2023-04-17 08:27:02,527 [71 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:02,528 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:02,528 [71 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,529 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,533 [71 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:02,534 [70 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetFileNameForGuid", controller = "UserAuthority"}. Executing controller action with signature Sg.HcmMb.Sys.Dto.FileInfoDto GetFileNameForGuid(System.String, System.String) on controller Sg.HcmMb.Sys.UserAuthorityAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:02,598 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:02,598 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 64.9672ms INFO 2023-04-17 08:27:02,598 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,598 [71 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:02,599 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 72.0943ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:02,599 [71 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 64.1712ms INFO 2023-04-17 08:27:02,599 [71 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,599 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 72.4942ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:02,661 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:27:02,662 [71 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:02,662 [71 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,667 [71 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:02,674 [71 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:27:02,684 [71 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:02,684 [71 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 16.2018ms INFO 2023-04-17 08:27:02,684 [71 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,684 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.2167ms 200 application/json; charset=utf-8 INFO 2023-04-17 08:27:02,887 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=SioggBvxWXI%3D&isDeptCode=true& INFO 2023-04-17 08:27:02,888 [69 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2023-04-17 08:27:02,888 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,894 [69 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetDeptByDeptCode", controller = "UserInfo"}. Executing controller action with signature System.Collections.Generic.List`1[Sg.HcmMb.UserInfo.Dto.DeptInfoDto] GetDeptByDeptCode(System.String, Boolean) on controller Sg.HcmMb.UserInfo.UserInfoAppService (Sg.Hcm.Application.M). INFO 2023-04-17 08:27:02,901 [69 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2023-04-17 08:27:02,913 [69 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2023-04-17 08:27:02,913 [69 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 19.0183ms INFO 2023-04-17 08:27:02,913 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2023-04-17 08:27:02,913 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.0007ms 200 application/json; charset=utf-8 INFO 2023-04-17 21:26:10,948 [1 ] tCore.Builder.RequestLocalizationOptions - Supported Request Localization Cultures: en,es-MX,fr,de,it,nl,pt-BR,tr,ru,ar,ja,zh-CN,zh-Hans INFO 2023-04-17 21:26:12,762 [1 ] taProtection.KeyManagement.XmlKeyManager - User profile is available. Using 'C:\Users\HcmYP\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. INFO 2023-04-17 21:26:12,874 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/index.html?rytype=DL INFO 2023-04-17 21:26:12,921 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/index.html'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\index.html' INFO 2023-04-17 21:26:12,924 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 53.6608ms 200 text/html INFO 2023-04-17 21:26:13,843 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/zepto.min.js INFO 2023-04-17 21:26:13,860 [15 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/zepto.min.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\zepto.min.js' INFO 2023-04-17 21:26:13,862 [15 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 19.759ms 200 application/javascript INFO 2023-04-17 21:26:18,206 [15 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/vw.js INFO 2023-04-17 21:26:18,212 [15 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/vw.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\vw.js' INFO 2023-04-17 21:26:18,213 [15 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 7.3361ms 200 application/javascript INFO 2023-04-17 21:26:18,331 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/api.js INFO 2023-04-17 21:26:18,336 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/api.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\api.js' INFO 2023-04-17 21:26:18,337 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 6.1653ms 200 application/javascript INFO 2023-04-17 21:26:18,423 [15 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/vconsole.min.js INFO 2023-04-17 21:26:18,427 [15 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/vconsole.min.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\vconsole.min.js' INFO 2023-04-17 21:26:18,428 [15 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 5.0106ms 200 application/javascript INFO 2023-04-17 21:27:48,556 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/base64.js INFO 2023-04-17 21:27:48,561 [5 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/base64.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\base64.js' INFO 2023-04-17 21:27:48,561 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 5.1461ms 200 application/javascript INFO 2023-04-17 21:27:50,423 [13 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/md5.js INFO 2023-04-17 21:27:50,427 [13 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/md5.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\md5.js' INFO 2023-04-17 21:27:50,428 [13 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 5.5327ms 200 application/javascript INFO 2023-04-17 21:27:51,964 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/logHelper.js INFO 2023-04-17 21:27:51,968 [5 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/logHelper.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\logHelper.js' INFO 2023-04-17 21:27:51,969 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 5.7502ms 200 application/javascript INFO 2023-04-17 21:27:54,273 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/manifest.js INFO 2023-04-17 21:27:54,277 [19 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/manifest.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\manifest.js' INFO 2023-04-17 21:27:54,277 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.8185ms 200 application/javascript INFO 2023-04-17 21:27:54,366 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/config.js INFO 2023-04-17 21:27:54,370 [5 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/config.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\config.js' INFO 2023-04-17 21:27:54,370 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.4507ms 200 application/javascript INFO 2023-04-17 21:27:54,459 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/version.js INFO 2023-04-17 21:27:54,463 [19 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/version.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\version.js' INFO 2023-04-17 21:27:54,464 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.4901ms 200 application/javascript INFO 2023-04-17 21:27:54,552 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/js/chunk-vendors.55193286.js INFO 2023-04-17 21:27:54,683 [20 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/js/chunk-vendors.55193286.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\js\chunk-vendors.55193286.js' INFO 2023-04-17 21:27:54,683 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 131.673ms 200 application/javascript INFO 2023-04-17 21:28:44,554 [21 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/js/app.24eea08a.js INFO 2023-04-17 21:28:44,573 [27 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/js/app.24eea08a.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\js\app.24eea08a.js' INFO 2023-04-17 21:28:44,574 [27 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.0712ms 200 application/javascript