INFO 2024-06-07 08:52:14,694 [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 2024-06-07 08:52:15,649 [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 2024-06-07 08:52:15,709 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 08:52:15,709 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 08:52:15,854 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:15,879 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 169.8183ms 404 INFO 2024-06-07 08:52:17,462 [9 ] 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 2024-06-07 08:52:18,159 [11 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:18,263 [11 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 796.3324ms INFO 2024-06-07 08:52:18,263 [11 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:18,267 [11 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2558.6385ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:41,230 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 08:52:41,249 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 08:52:41,254 [10 ] 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 2024-06-07 08:52:41,295 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:41,299 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 44.3664ms INFO 2024-06-07 08:52:41,299 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 08:52:41,299 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 69.1306ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:41,438 [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 372 INFO 2024-06-07 08:52:41,443 [5 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 08:52:41,443 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 08:52:41,457 [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). WARN 2024-06-07 08:52:42,593 [5 ] naries.DictionaryBasedLocalizationSource - Can not find 'µÇ½ʧ°Ü£¬Óû§ÃûÃÜÂë´íÎó£¡' in localization source 'Hcm'! WARN 2024-06-07 08:52:42,623 [10 ] Mvc.ExceptionHandling.AbpExceptionFilter - Login failed! Abp.UI.UserFriendlyException: Login failed! at Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate(ZpAuthenticateModel model) in D:\Code\HcmMBackEnd\src\Sg.Hcm.Web.Core\Controllers\TokenAuthController.cs:line 605 at lambda_method(Closure , Object , Object[] ) at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) INFO 2024-06-07 08:52:42,630 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:42,635 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 1177.7387ms INFO 2024-06-07 08:52:42,635 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 08:52:42,636 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1198.1435ms 500 application/json; charset=utf-8 INFO 2024-06-07 08:52:42,760 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetCaptCha?& INFO 2024-06-07 08:52:42,770 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetCaptCha (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:42,775 [5 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetCaptCha", controller = "ShareData"}. Executing controller action with signature Sg.Hcm.Root.Dto.CaptChaDto GetCaptCha() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2024-06-07 08:52:42,848 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:42,849 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetCaptCha (Sg.Hcm.Application.M) in 74.6056ms INFO 2024-06-07 08:52:42,849 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetCaptCha (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:42,850 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 89.655ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:59,178 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 08:52:59,183 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 08:52:59,188 [5 ] 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 2024-06-07 08:52:59,201 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:59,202 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 13.6786ms INFO 2024-06-07 08:52:59,202 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 08:52:59,202 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.8289ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:59,305 [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 384 INFO 2024-06-07 08:52:59,305 [5 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 08:52:59,311 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 08:52:59,315 [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 2024-06-07 08:52:59,354 [5 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:59,356 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 41.4456ms INFO 2024-06-07 08:52:59,356 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 08:52:59,356 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 51.37ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:59,460 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 08:52:59,501 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:52:59,569 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:59,573 [10 ] 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 2024-06-07 08:52:59,794 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:59,805 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 231.3476ms INFO 2024-06-07 08:52:59,805 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:59,805 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 345.3574ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:59,915 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 08:52:59,915 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 08:52:59,916 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:52:59,916 [10 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:52:59,916 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:59,916 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:59,919 [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 2024-06-07 08:52:59,920 [10 ] 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 2024-06-07 08:52:59,927 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:52:59,927 [17 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 7.6361ms INFO 2024-06-07 08:52:59,927 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 08:52:59,927 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.4122ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:52:59,935 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 08:52:59,948 [18 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:52:59,949 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:01,193 [18 ] 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 2024-06-07 08:53:01,248 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:01,249 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 1328.5695ms INFO 2024-06-07 08:53:01,249 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:01,249 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1334.4946ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:01,280 [18 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:01,287 [18 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 93.7914ms INFO 2024-06-07 08:53:01,287 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:01,287 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1352.281ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:01,375 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 08:53:01,376 [19 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:53:01,377 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:01,382 [19 ] 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 2024-06-07 08:53:01,392 [18 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:01,394 [18 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 12.0783ms INFO 2024-06-07 08:53:01,394 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:01,394 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.9395ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:01,395 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 08:53:01,396 [19 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:53:01,396 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:01,432 [19 ] 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 2024-06-07 08:53:02,120 [19 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:02,247 [4 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 815.2926ms INFO 2024-06-07 08:53:02,247 [4 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:02,247 [4 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 852.3493ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:03,428 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=JgxjFxjScZA%3D&isDeptCode=true& INFO 2024-06-07 08:53:03,432 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:53:03,433 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:03,440 [17 ] 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 2024-06-07 08:53:03,659 [17 ] Sg.HcmMb.PubClass.ShareData - oldValue:JgxjFxjScZA= INFO 2024-06-07 08:53:03,673 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:03,677 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 237.2762ms INFO 2024-06-07 08:53:03,677 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:03,677 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 249.2009ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:03,875 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=UvacC%2BAd0nc%3D&isDeptCode=true& INFO 2024-06-07 08:53:03,903 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:53:03,904 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:03,912 [9 ] 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 2024-06-07 08:53:03,918 [9 ] Sg.HcmMb.PubClass.ShareData - oldValue:UvacC+Ad0nc= INFO 2024-06-07 08:53:03,929 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:03,930 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 17.9683ms INFO 2024-06-07 08:53:03,930 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:03,930 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 55.5829ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:04,105 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=UvacC%2BAd0nc%3D&isDeptCode=true& INFO 2024-06-07 08:53:04,106 [10 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:53:04,107 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:04,111 [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 2024-06-07 08:53:04,115 [10 ] Sg.HcmMb.PubClass.ShareData - oldValue:UvacC+Ad0nc= INFO 2024-06-07 08:53:04,121 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:04,122 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 10.8712ms INFO 2024-06-07 08:53:04,122 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:04,122 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.2928ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:53:05,360 [17 ] 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 2024-06-07 08:53:05,362 [17 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:53:05,363 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:05,367 [17 ] 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 2024-06-07 08:53:05,372 [17 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 08:53:05,383 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:53:05,383 [17 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 16.2826ms INFO 2024-06-07 08:53:05,383 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 08:53:05,384 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.9165ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:58:56,710 [30 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetParamValue?ParamName=WhiteFileTypes& INFO 2024-06-07 08:58:56,712 [30 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:58:56,713 [30 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 08:58:56,718 [30 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetParamValue", controller = "ShareData"}. Executing controller action with signature System.String GetParamValue(System.String) on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2024-06-07 08:58:56,732 [28 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:58:56,733 [28 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M) in 14.4448ms INFO 2024-06-07 08:58:56,733 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 08:58:56,733 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.3384ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:59:05,190 [31 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetParamValue?ParamName=WhiteFileTypes& INFO 2024-06-07 08:59:05,191 [31 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:59:05,192 [31 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:05,196 [31 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetParamValue", controller = "ShareData"}. Executing controller action with signature System.String GetParamValue(System.String) on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2024-06-07 08:59:05,216 [31 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:59:05,217 [31 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M) in 20.6817ms INFO 2024-06-07 08:59:05,217 [31 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:05,218 [31 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 28.6833ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:59:14,650 [30 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 08:59:14,650 [30 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 08:59:14,651 [30 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:59:14,652 [30 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:14,657 [30 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 08:59:15,107 [32 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:59:15,113 [32 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 455.4799ms INFO 2024-06-07 08:59:15,113 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:15,113 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 463.7617ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:59:23,699 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 08:59:23,700 [28 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:59:23,701 [28 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:23,707 [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 2024-06-07 08:59:23,738 [30 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:59:23,740 [30 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 33.201ms INFO 2024-06-07 08:59:23,740 [30 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:23,741 [30 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 41.695ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:59:28,182 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 08:59:28,183 [32 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 08:59:28,205 [32 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:59:28,206 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:28,211 [32 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 08:59:28,245 [32 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:59:28,246 [32 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 35.4341ms INFO 2024-06-07 08:59:28,246 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:28,247 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 64.5332ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:59:32,852 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 08:59:32,853 [32 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:59:32,854 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:32,857 [32 ] 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 2024-06-07 08:59:32,883 [33 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:59:32,884 [33 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 26.7765ms INFO 2024-06-07 08:59:32,884 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:32,885 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 32.7813ms 200 application/json; charset=utf-8 INFO 2024-06-07 08:59:34,674 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=0& INFO 2024-06-07 08:59:34,675 [32 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 08:59:34,676 [32 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:34,681 [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 2024-06-07 08:59:34,709 [33 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 08:59:34,710 [33 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 28.9057ms INFO 2024-06-07 08:59:34,710 [33 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 08:59:34,711 [33 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 36.6797ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:14,289 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoCreateZpDetailPanel? application/json;charset=UTF-8 13965 INFO 2024-06-07 09:01:14,289 [35 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:01:14,290 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:14,291 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:14,295 [35 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoCreateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ResultDto DoCreateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:01:14,569 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:14,571 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M) in 275.8249ms INFO 2024-06-07 09:01:14,571 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:14,572 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 282.9184ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:15,727 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:01:15,728 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:15,729 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:15,732 [35 ] 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 2024-06-07 09:01:15,791 [35 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:15,796 [35 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 63.7667ms INFO 2024-06-07 09:01:15,796 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:15,796 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 69.0308ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:19,697 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:01:19,699 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:19,699 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:19,703 [38 ] 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 2024-06-07 09:01:19,714 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:19,714 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 11.5252ms INFO 2024-06-07 09:01:19,714 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:19,715 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.1896ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:38,417 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 09:01:38,417 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:01:38,421 [35 ] 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 2024-06-07 09:01:38,431 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:38,431 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 10.0877ms INFO 2024-06-07 09:01:38,431 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:01:38,431 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 14.8979ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:38,555 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=UTF-8 372 INFO 2024-06-07 09:01:38,556 [40 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:01:38,557 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:38,557 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:01:38,560 [40 ] 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 2024-06-07 09:01:38,583 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:38,584 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 23.643ms INFO 2024-06-07 09:01:38,584 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:01:38,584 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 29.0414ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:38,679 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 09:01:38,697 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:38,697 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,701 [40 ] 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 2024-06-07 09:01:38,736 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:38,736 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 35.3896ms INFO 2024-06-07 09:01:38,736 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,736 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 57.8307ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:38,847 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:01:38,847 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:38,848 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,850 [40 ] 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 2024-06-07 09:01:38,856 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:38,857 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.2842ms INFO 2024-06-07 09:01:38,857 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,857 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.9053ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:38,899 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 09:01:38,899 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:38,899 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,900 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 09:01:38,900 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:38,900 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,902 [40 ] 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 2024-06-07 09:01:38,903 [38 ] 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 2024-06-07 09:01:38,919 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:38,919 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 16.8633ms INFO 2024-06-07 09:01:38,919 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,919 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.5015ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:38,949 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:38,949 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 45.9702ms INFO 2024-06-07 09:01:38,949 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:38,949 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 49.6051ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:39,039 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 09:01:39,040 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:39,040 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:39,043 [36 ] 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 2024-06-07 09:01:39,049 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 09:01:39,050 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:39,050 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:39,051 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:39,052 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 8.3958ms INFO 2024-06-07 09:01:39,052 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:39,052 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.3838ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:39,053 [38 ] 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 2024-06-07 09:01:39,095 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:39,135 [4 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 82.5257ms INFO 2024-06-07 09:01:39,135 [4 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:39,136 [4 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 86.2762ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:40,324 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=JgxjFxjScZA%3D&isDeptCode=true& INFO 2024-06-07 09:01:40,325 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:40,326 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:40,329 [36 ] 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 2024-06-07 09:01:40,334 [36 ] Sg.HcmMb.PubClass.ShareData - oldValue:JgxjFxjScZA= INFO 2024-06-07 09:01:40,342 [39 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:40,342 [39 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 13.4351ms INFO 2024-06-07 09:01:40,342 [39 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:40,343 [39 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.7093ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:40,504 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=UvacC%2BAd0nc%3D&isDeptCode=true& INFO 2024-06-07 09:01:40,505 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:40,506 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:40,509 [38 ] 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 2024-06-07 09:01:40,514 [38 ] Sg.HcmMb.PubClass.ShareData - oldValue:UvacC+Ad0nc= INFO 2024-06-07 09:01:40,522 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:40,522 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 12.9516ms INFO 2024-06-07 09:01:40,522 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:40,523 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.4078ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:40,669 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=UvacC%2BAd0nc%3D&isDeptCode=true& INFO 2024-06-07 09:01:40,670 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:40,670 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:40,673 [35 ] 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 2024-06-07 09:01:40,678 [35 ] Sg.HcmMb.PubClass.ShareData - oldValue:UvacC+Ad0nc= INFO 2024-06-07 09:01:40,686 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:40,687 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 13.4933ms INFO 2024-06-07 09:01:40,687 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:40,687 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.4402ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:41,161 [38 ] 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 2024-06-07 09:01:41,162 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:41,163 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:41,166 [38 ] 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 2024-06-07 09:01:41,171 [38 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:01:41,178 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:41,178 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 11.863ms INFO 2024-06-07 09:01:41,178 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:41,178 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.0404ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:43,217 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:01:43,218 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:43,219 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:43,222 [35 ] 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 2024-06-07 09:01:43,244 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:43,245 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 22.9619ms INFO 2024-06-07 09:01:43,245 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:43,245 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 28.0803ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:45,515 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=0& INFO 2024-06-07 09:01:45,515 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:45,516 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:45,519 [35 ] 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 2024-06-07 09:01:45,541 [35 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:45,542 [35 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 22.9152ms INFO 2024-06-07 09:01:45,542 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:45,542 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 27.7896ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:52,658 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:01:52,659 [37 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:52,659 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:52,662 [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 2024-06-07 09:01:52,684 [37 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:52,684 [37 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 21.694ms INFO 2024-06-07 09:01:52,684 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:52,684 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.3961ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:01:54,332 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=483& INFO 2024-06-07 09:01:54,333 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:01:54,333 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:54,337 [35 ] 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 2024-06-07 09:01:54,362 [35 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:01:54,362 [35 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 25.0418ms INFO 2024-06-07 09:01:54,362 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:01:54,363 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 30.7314ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:13,362 [35 ] 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 14378 INFO 2024-06-07 09:02:13,362 [35 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:02:13,363 [35 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:13,363 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:13,368 [35 ] 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 2024-06-07 09:02:13,423 [40 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:13,424 [40 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M) in 55.6416ms INFO 2024-06-07 09:02:13,424 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:13,424 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 61.9367ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:14,441 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:02:14,442 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:14,442 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:14,446 [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 2024-06-07 09:02:14,469 [35 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:14,469 [35 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 22.7133ms INFO 2024-06-07 09:02:14,469 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:14,469 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 28.0545ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:14,493 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:02:14,494 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:14,494 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:14,497 [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 2024-06-07 09:02:14,515 [35 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:14,516 [35 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.2028ms INFO 2024-06-07 09:02:14,516 [35 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:14,516 [35 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.4601ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:16,134 [40 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP7&resumeId=0& INFO 2024-06-07 09:02:16,135 [40 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:16,135 [40 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:16,138 [40 ] 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 2024-06-07 09:02:16,158 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:16,158 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.1418ms INFO 2024-06-07 09:02:16,158 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:16,158 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.4338ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:56,302 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoCreateZpDetailPanel? application/json;charset=UTF-8 12419 INFO 2024-06-07 09:02:56,302 [36 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:02:56,303 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:56,303 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:56,306 [36 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoCreateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ResultDto DoCreateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:02:56,365 [44 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:56,366 [44 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M) in 59.5033ms INFO 2024-06-07 09:02:56,366 [44 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:56,366 [44 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 64.2123ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:57,229 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:02:57,229 [37 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:57,230 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:57,233 [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 2024-06-07 09:02:57,245 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:57,246 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 12.9138ms INFO 2024-06-07 09:02:57,246 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:57,246 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.0637ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:57,289 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:02:57,289 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:57,290 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:57,292 [43 ] 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 2024-06-07 09:02:57,304 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:57,305 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 12.2627ms INFO 2024-06-07 09:02:57,305 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:57,305 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.9134ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:02:58,328 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP8&resumeId=0& INFO 2024-06-07 09:02:58,329 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:02:58,329 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:58,332 [36 ] 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 2024-06-07 09:02:58,377 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:02:58,377 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 45.4302ms INFO 2024-06-07 09:02:58,378 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:02:58,378 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 49.3045ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:03:02,734 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoCreateZpDetailPanel? application/json;charset=UTF-8 12803 INFO 2024-06-07 09:03:02,734 [36 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:03:02,735 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:03:02,735 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:02,738 [36 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoCreateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ResultDto DoCreateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:03:02,777 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:03:02,777 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M) in 38.9274ms INFO 2024-06-07 09:03:02,777 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:02,777 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 43.1634ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:03:03,893 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:03:03,894 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:03:03,894 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:03,897 [43 ] 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 2024-06-07 09:03:03,909 [37 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:03:03,909 [37 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 11.6807ms INFO 2024-06-07 09:03:03,909 [37 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:03,909 [37 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.6278ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:03:05,258 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:03:05,259 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:03:05,259 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:05,262 [36 ] 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 2024-06-07 09:03:05,289 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:03:05,289 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 27.3021ms INFO 2024-06-07 09:03:05,289 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:05,289 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 31.182ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:03:05,946 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:03:05,947 [36 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:03:05,947 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:05,950 [36 ] 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 2024-06-07 09:03:05,971 [36 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:03:05,971 [36 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 21.0854ms INFO 2024-06-07 09:03:05,971 [36 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:03:05,971 [36 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.0261ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:07:14,125 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetParamValue?ParamName=WhiteFileTypes& INFO 2024-06-07 09:07:14,126 [52 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:07:14,126 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:14,129 [52 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetParamValue", controller = "ShareData"}. Executing controller action with signature System.String GetParamValue(System.String) on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:07:14,136 [52 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:07:14,136 [52 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M) in 6.9922ms INFO 2024-06-07 09:07:14,136 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:14,136 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 11.1657ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:07:23,645 [54 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetParamValue?ParamName=WhiteFileTypes& INFO 2024-06-07 09:07:23,645 [54 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:07:23,646 [54 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:23,649 [54 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetParamValue", controller = "ShareData"}. Executing controller action with signature System.String GetParamValue(System.String) on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:07:23,655 [54 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:07:23,655 [54 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M) in 6.664ms INFO 2024-06-07 09:07:23,655 [54 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetParamValue (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:23,655 [54 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.5803ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:07:26,105 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:07:26,106 [52 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:07:26,106 [52 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:07:26,106 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:26,109 [52 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:07:26,123 [52 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:07:26,124 [52 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 14.4204ms INFO 2024-06-07 09:07:26,124 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:26,124 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.5983ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:07:37,508 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:07:37,508 [52 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:07:37,509 [52 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:07:37,509 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:37,512 [52 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:07:37,525 [52 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:07:37,525 [52 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 13.6031ms INFO 2024-06-07 09:07:37,525 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:37,525 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.6536ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:07:52,987 [54 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:07:52,988 [54 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:07:52,988 [54 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:07:52,988 [54 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:52,991 [54 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:07:53,005 [52 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:07:53,005 [52 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 13.657ms INFO 2024-06-07 09:07:53,005 [52 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:07:53,005 [52 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.7504ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:09:15,561 [58 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:09:15,561 [58 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:09:15,562 [58 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:09:15,562 [58 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:15,565 [58 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:09:15,578 [58 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:09:15,579 [58 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 13.4784ms INFO 2024-06-07 09:09:15,579 [58 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:15,579 [58 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.73ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:09:16,306 [59 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateEntry? application/json;charset=UTF-8 16849283 INFO 2024-06-07 09:09:16,306 [59 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:09:16,307 [59 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:09:16,307 [59 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:16,311 [59 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateEntry", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateEntry(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:09:39,506 [61 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:09:39,506 [61 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M) in 23194.6078ms INFO 2024-06-07 09:09:39,506 [61 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:39,506 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23200.0479ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:09:49,521 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:09:49,521 [61 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:09:49,521 [61 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:09:49,522 [61 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:49,525 [61 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:09:49,539 [61 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:09:49,539 [61 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 14.1515ms INFO 2024-06-07 09:09:49,539 [61 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:49,539 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.7217ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:09:50,241 [58 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateEntry? application/json;charset=UTF-8 16849283 INFO 2024-06-07 09:09:50,241 [58 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:09:50,241 [58 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:09:50,242 [58 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:09:50,244 [58 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateEntry", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateEntry(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:10:04,948 [61 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:10:04,948 [61 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M) in 14703.547ms INFO 2024-06-07 09:10:04,948 [61 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:10:04,948 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 14707.4642ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:22,981 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:15:22,982 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:22,985 [46 ] 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 2024-06-07 09:15:22,992 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:22,993 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 7.6586ms INFO 2024-06-07 09:15:22,993 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:22,993 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 11.8457ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:23,011 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 09:15:23,012 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.9556ms 404 INFO 2024-06-07 09:15:44,179 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 09:15:44,180 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:15:44,182 [47 ] 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 2024-06-07 09:15:44,189 [47 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:44,189 [47 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 6.2741ms INFO 2024-06-07 09:15:44,189 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:15:44,189 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.9248ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:44,325 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=UTF-8 372 INFO 2024-06-07 09:15:44,325 [41 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:15:44,325 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:15:44,328 [41 ] 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). WARN 2024-06-07 09:15:44,343 [41 ] naries.DictionaryBasedLocalizationSource - Can not find 'µÇ½ʧ°Ü£¬Óû§ÃûÃÜÂë´íÎó£¡' in localization source 'Hcm'! WARN 2024-06-07 09:15:44,349 [41 ] Mvc.ExceptionHandling.AbpExceptionFilter - Login failed! Abp.UI.UserFriendlyException: Login failed! at Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate(ZpAuthenticateModel model) in D:\Code\HcmMBackEnd\src\Sg.Hcm.Web.Core\Controllers\TokenAuthController.cs:line 605 at lambda_method(Closure , Object , Object[] ) at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) INFO 2024-06-07 09:15:44,350 [41 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:44,351 [41 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 22.3701ms INFO 2024-06-07 09:15:44,351 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:15:44,351 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.3213ms 500 application/json; charset=utf-8 INFO 2024-06-07 09:15:44,482 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetCaptCha?& INFO 2024-06-07 09:15:44,482 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetCaptCha (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:44,485 [47 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "GetCaptCha", controller = "ShareData"}. Executing controller action with signature Sg.Hcm.Root.Dto.CaptChaDto GetCaptCha() on controller Sg.HcmMb.PubClass.ShareDataAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:15:44,494 [47 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:44,495 [47 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetCaptCha (Sg.Hcm.Application.M) in 9.2918ms INFO 2024-06-07 09:15:44,495 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetCaptCha (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:44,495 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.8893ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:54,722 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 09:15:54,723 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:15:54,726 [41 ] 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 2024-06-07 09:15:54,732 [41 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:54,732 [41 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 6.0731ms INFO 2024-06-07 09:15:54,732 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:15:54,732 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.6978ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:54,893 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=UTF-8 384 INFO 2024-06-07 09:15:54,894 [47 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:15:54,894 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:15:54,897 [47 ] 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 2024-06-07 09:15:54,915 [47 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:54,915 [47 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 17.9258ms INFO 2024-06-07 09:15:54,915 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:15:54,915 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 21.6729ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:55,068 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 09:15:55,069 [41 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:55,069 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,072 [41 ] 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 2024-06-07 09:15:55,107 [41 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:55,107 [41 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 35.3581ms INFO 2024-06-07 09:15:55,107 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,107 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 39.1242ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:55,244 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 09:15:55,244 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:15:55,245 [46 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:55,245 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:55,245 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,245 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,248 [46 ] 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 2024-06-07 09:15:55,248 [43 ] 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 2024-06-07 09:15:55,258 [46 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:55,258 [46 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 9.9676ms INFO 2024-06-07 09:15:55,258 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,258 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 13.7158ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:55,261 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:55,261 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 12.5168ms INFO 2024-06-07 09:15:55,261 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,261 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 16.4948ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:55,302 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 09:15:55,303 [41 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:55,303 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,306 [41 ] 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 2024-06-07 09:15:55,347 [41 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:55,347 [41 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 41.847ms INFO 2024-06-07 09:15:55,348 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,348 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 45.3574ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:55,462 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 09:15:55,462 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:55,462 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,466 [43 ] 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 2024-06-07 09:15:55,474 [41 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:55,474 [41 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 8.0592ms INFO 2024-06-07 09:15:55,474 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,474 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.393ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:55,487 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 09:15:55,487 [47 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:55,487 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,490 [47 ] 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 2024-06-07 09:15:55,531 [47 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:55,574 [42 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 83.9139ms INFO 2024-06-07 09:15:55,574 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:55,574 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 87.3287ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:56,942 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=a879ee2f-45df-621e-7ad8-1c5dcd099f0e&attachTableName=& INFO 2024-06-07 09:15:56,942 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=bbec5135-d866-49ba-be7a-f0056bd34dce&attachTableName=& INFO 2024-06-07 09:15:56,942 [41 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:56,942 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:56,942 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:56,942 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:56,947 [41 ] 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 2024-06-07 09:15:56,947 [43 ] 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 2024-06-07 09:15:56,975 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:56,975 [41 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:56,976 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 28.9855ms INFO 2024-06-07 09:15:56,976 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:56,976 [41 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 29.273ms INFO 2024-06-07 09:15:56,976 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:56,976 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 34.6479ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:56,977 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 34.7982ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:56,987 [41 ] 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 2024-06-07 09:15:56,987 [41 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:56,987 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:56,990 [41 ] 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 2024-06-07 09:15:56,993 [41 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:15:56,998 [46 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:56,998 [46 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 8.4539ms INFO 2024-06-07 09:15:56,999 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:56,999 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.1141ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:15:57,157 [47 ] 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 2024-06-07 09:15:57,157 [47 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:15:57,158 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:57,160 [47 ] 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 2024-06-07 09:15:57,164 [47 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:15:57,169 [47 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:15:57,170 [47 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 9.0795ms INFO 2024-06-07 09:15:57,170 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:15:57,170 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.8838ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:16:16,716 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:16:16,716 [38 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:16:16,717 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:16:16,717 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:16,720 [38 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:16:16,733 [47 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:16:16,733 [47 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 13.0459ms INFO 2024-06-07 09:16:16,733 [47 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:16,733 [47 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.0666ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:16:16,915 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateEntry? application/json;charset=UTF-8 483941 INFO 2024-06-07 09:16:16,915 [46 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:16:16,915 [46 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:16:16,916 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:16,918 [46 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateEntry", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateEntry(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:16:17,842 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:16:17,842 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M) in 923.7369ms INFO 2024-06-07 09:16:17,842 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:17,842 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 927.6678ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:16:25,922 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:16:25,923 [46 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:16:25,923 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:25,926 [46 ] 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 2024-06-07 09:16:25,948 [46 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:16:25,948 [46 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 21.4652ms INFO 2024-06-07 09:16:25,948 [46 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:25,948 [46 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.7457ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:16:27,523 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:16:27,523 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:16:27,523 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:27,526 [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 2024-06-07 09:16:27,545 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:16:27,545 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.5706ms INFO 2024-06-07 09:16:27,546 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:27,546 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.0583ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:16:29,274 [39 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:16:29,275 [39 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:16:29,275 [39 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:29,278 [39 ] 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 2024-06-07 09:16:29,296 [39 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:16:29,296 [39 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.528ms INFO 2024-06-07 09:16:29,296 [39 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:29,296 [39 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.183ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:16:31,391 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=0& INFO 2024-06-07 09:16:31,392 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:16:31,392 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:31,395 [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 2024-06-07 09:16:31,420 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:16:31,421 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 25.8119ms INFO 2024-06-07 09:16:31,421 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:16:31,421 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 29.3871ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:17:52,888 [41 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoCreateZpDetailPanel? application/json;charset=UTF-8 14013 INFO 2024-06-07 09:17:52,888 [41 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:17:52,889 [41 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:17:52,889 [41 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:17:52,891 [41 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoCreateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ResultDto DoCreateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:17:52,932 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:17:52,933 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M) in 41.0996ms INFO 2024-06-07 09:17:52,933 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:17:52,933 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 44.8557ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:17:54,089 [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 2024-06-07 09:17:54,090 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:17:54,090 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:17:54,093 [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 2024-06-07 09:17:54,111 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:17:54,111 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.5065ms INFO 2024-06-07 09:17:54,111 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:17:54,112 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.1839ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:02,501 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:18:02,501 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:02,502 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:02,504 [43 ] 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 2024-06-07 09:18:02,521 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:02,521 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.0418ms INFO 2024-06-07 09:18:02,521 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:02,522 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.6722ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:06,325 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP7&resumeId=30& INFO 2024-06-07 09:18:06,325 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:06,325 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:06,328 [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 2024-06-07 09:18:06,349 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:06,349 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.3249ms INFO 2024-06-07 09:18:06,349 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:06,350 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.9196ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:08,093 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:18:08,094 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:08,094 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:08,097 [43 ] 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 2024-06-07 09:18:08,118 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:08,118 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 21.4901ms INFO 2024-06-07 09:18:08,118 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:08,118 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.0448ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:08,161 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:18:08,162 [42 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:08,162 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:08,164 [42 ] 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 2024-06-07 09:18:08,174 [42 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:08,175 [42 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 10.2559ms INFO 2024-06-07 09:18:08,175 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:08,175 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 13.5779ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:11,277 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:18:11,277 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:11,277 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:11,280 [43 ] 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 2024-06-07 09:18:11,297 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:11,297 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.1837ms INFO 2024-06-07 09:18:11,297 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:11,298 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.874ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:11,922 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:18:11,922 [42 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:11,923 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:11,925 [42 ] 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 2024-06-07 09:18:11,944 [42 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:11,945 [42 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.2707ms INFO 2024-06-07 09:18:11,945 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:11,945 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.9531ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:12,723 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:18:12,723 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:12,723 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:12,726 [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 2024-06-07 09:18:12,745 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:12,745 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.1631ms INFO 2024-06-07 09:18:12,745 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:12,745 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.9977ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:14,162 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:18:14,163 [42 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:14,163 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:14,166 [42 ] 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 2024-06-07 09:18:14,184 [42 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:14,185 [42 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.8828ms INFO 2024-06-07 09:18:14,185 [42 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:14,185 [42 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.5189ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:42,431 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:18:42,432 [43 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:18:42,432 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:42,432 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:42,435 [43 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:18:42,447 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:42,447 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 12.3147ms INFO 2024-06-07 09:18:42,447 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:42,448 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 16.2513ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:42,635 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateEntry? application/json;charset=UTF-8 483941 INFO 2024-06-07 09:18:42,635 [43 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:18:42,635 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:42,636 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:42,639 [43 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateEntry", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateEntry(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:18:43,138 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:43,138 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M) in 499.5472ms INFO 2024-06-07 09:18:43,138 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:43,138 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 503.4551ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:46,517 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:18:46,517 [48 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:46,517 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:46,520 [48 ] 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 2024-06-07 09:18:46,541 [48 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:46,541 [48 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 20.8805ms INFO 2024-06-07 09:18:46,541 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:46,541 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.4955ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:47,811 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:18:47,812 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:47,812 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:47,815 [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 2024-06-07 09:18:47,835 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:47,835 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 20.2777ms INFO 2024-06-07 09:18:47,835 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:47,835 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.0154ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:49,157 [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 2024-06-07 09:18:49,158 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:49,158 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:49,160 [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 2024-06-07 09:18:49,179 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:49,179 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.6689ms INFO 2024-06-07 09:18:49,179 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:49,179 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.1923ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:52,082 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:18:52,082 [48 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:52,082 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:52,085 [48 ] 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 2024-06-07 09:18:52,102 [48 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:52,102 [48 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 16.7305ms INFO 2024-06-07 09:18:52,102 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:52,102 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.3919ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:53,856 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:18:53,857 [38 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:53,857 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:53,860 [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 2024-06-07 09:18:53,870 [38 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:53,870 [38 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 10.6532ms INFO 2024-06-07 09:18:53,871 [38 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:53,871 [38 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 14.1824ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:18:56,280 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP8&resumeId=26& INFO 2024-06-07 09:18:56,281 [48 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:18:56,281 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:56,284 [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 2024-06-07 09:18:56,305 [45 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:18:56,305 [45 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.669ms INFO 2024-06-07 09:18:56,305 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:18:56,306 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.4076ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:02,771 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:19:02,772 [50 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:02,772 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:02,775 [50 ] 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 2024-06-07 09:19:02,794 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:02,794 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0171ms INFO 2024-06-07 09:19:02,794 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:02,794 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.7358ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:02,837 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:19:02,838 [50 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:02,838 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:02,841 [50 ] 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 2024-06-07 09:19:02,859 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:02,860 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0661ms INFO 2024-06-07 09:19:02,860 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:02,860 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.696ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:04,322 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:19:04,322 [45 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:04,322 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:04,325 [45 ] 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 2024-06-07 09:19:04,345 [45 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:04,345 [45 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.7026ms INFO 2024-06-07 09:19:04,345 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:04,345 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.4123ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:05,096 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:19:05,097 [50 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:05,097 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:05,100 [50 ] 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 2024-06-07 09:19:05,119 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:05,120 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.5101ms INFO 2024-06-07 09:19:05,120 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:05,120 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.2687ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:19,216 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:19:19,217 [45 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:19,217 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:19,220 [45 ] 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 2024-06-07 09:19:19,239 [45 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:19,239 [45 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.3825ms INFO 2024-06-07 09:19:19,239 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:19,239 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.0149ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:19,841 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:19:19,842 [45 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:19,842 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:19,845 [45 ] 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 2024-06-07 09:19:19,864 [45 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:19,864 [45 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.4633ms INFO 2024-06-07 09:19:19,864 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:19,865 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.1926ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:20,961 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:19:20,962 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:20,962 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:20,965 [43 ] 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 2024-06-07 09:19:20,984 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:20,984 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0402ms INFO 2024-06-07 09:19:20,984 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:20,984 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.5977ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:21,842 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=483& INFO 2024-06-07 09:19:21,842 [45 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:21,842 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:21,845 [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 2024-06-07 09:19:21,866 [45 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:21,866 [45 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.7547ms INFO 2024-06-07 09:19:21,866 [45 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:21,866 [45 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.5062ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:25,712 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:19:25,712 [48 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:25,712 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:25,715 [48 ] 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 2024-06-07 09:19:25,734 [48 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:25,734 [48 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0322ms INFO 2024-06-07 09:19:25,735 [48 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:25,735 [48 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.9402ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:26,499 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=484& INFO 2024-06-07 09:19:26,499 [50 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:26,499 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:26,502 [50 ] 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 2024-06-07 09:19:26,522 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:26,523 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.8206ms INFO 2024-06-07 09:19:26,523 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:26,523 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.3701ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:28,646 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:19:28,647 [43 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:28,647 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:28,650 [43 ] 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 2024-06-07 09:19:28,669 [43 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:28,669 [43 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0623ms INFO 2024-06-07 09:19:28,669 [43 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:28,669 [43 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.7251ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:19:30,322 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:19:30,323 [50 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:19:30,323 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:30,325 [50 ] 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 2024-06-07 09:19:30,332 [50 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:19:30,332 [50 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.4173ms INFO 2024-06-07 09:19:30,332 [50 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:19:30,332 [50 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.0296ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:29:48,549 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 09:29:48,550 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.9998ms 404 INFO 2024-06-07 09:29:48,581 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:29:48,582 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:29:48,584 [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 2024-06-07 09:29:48,590 [17 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:29:48,591 [17 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.212ms INFO 2024-06-07 09:29:48,591 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:29:48,591 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.4909ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:02,758 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 09:30:02,758 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:30:02,761 [18 ] 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 2024-06-07 09:30:02,767 [18 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:02,767 [18 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 5.8262ms INFO 2024-06-07 09:30:02,767 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:30:02,767 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.1662ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:02,952 [17 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=UTF-8 372 INFO 2024-06-07 09:30:02,952 [17 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:30:02,953 [17 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:30:02,956 [17 ] 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 2024-06-07 09:30:02,975 [20 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:02,975 [20 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 19.8073ms INFO 2024-06-07 09:30:02,975 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:30:02,976 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.6585ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:03,173 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 09:30:03,174 [18 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:03,174 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,177 [18 ] 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 2024-06-07 09:30:03,212 [20 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:03,212 [20 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 35.14ms INFO 2024-06-07 09:30:03,212 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,212 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 38.9065ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:03,408 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:30:03,408 [20 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:03,408 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 09:30:03,408 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,409 [18 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:03,409 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,411 [20 ] 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 2024-06-07 09:30:03,412 [18 ] 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 2024-06-07 09:30:03,421 [20 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:03,421 [20 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 9.9049ms INFO 2024-06-07 09:30:03,421 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,421 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 13.7578ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:03,423 [20 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:03,423 [20 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 11.7649ms INFO 2024-06-07 09:30:03,423 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,423 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.15ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:03,428 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 09:30:03,429 [19 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:03,429 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,432 [19 ] 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 2024-06-07 09:30:03,471 [19 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:03,471 [19 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 39.8826ms INFO 2024-06-07 09:30:03,471 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,472 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 43.2426ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:03,579 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 09:30:03,579 [20 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:03,579 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,582 [20 ] 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 2024-06-07 09:30:03,590 [20 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:03,590 [20 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 7.6036ms INFO 2024-06-07 09:30:03,590 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,590 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 11.148ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:03,603 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 09:30:03,604 [19 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:03,604 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,606 [19 ] 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 2024-06-07 09:30:03,651 [19 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:03,691 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 84.6419ms INFO 2024-06-07 09:30:03,691 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:03,691 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 88.1026ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:04,831 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=bbec5135-d866-49ba-be7a-f0056bd34dce&attachTableName=& INFO 2024-06-07 09:30:04,831 [20 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:04,832 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:04,834 [20 ] 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 2024-06-07 09:30:04,838 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=a879ee2f-45df-621e-7ad8-1c5dcd099f0e&attachTableName=& INFO 2024-06-07 09:30:04,839 [19 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:04,839 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:04,841 [19 ] 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 2024-06-07 09:30:04,865 [20 ] 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 2024-06-07 09:30:04,865 [20 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:04,866 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:04,868 [20 ] 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 2024-06-07 09:30:04,871 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:04,871 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 29.9227ms INFO 2024-06-07 09:30:04,871 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:04,871 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 33.2243ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:04,872 [20 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:30:04,873 [19 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:04,873 [19 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 38.4502ms INFO 2024-06-07 09:30:04,873 [19 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:04,873 [19 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 41.9366ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:04,877 [18 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:04,877 [18 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 8.9886ms INFO 2024-06-07 09:30:04,877 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:04,878 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 12.5976ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:05,084 [18 ] 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 2024-06-07 09:30:05,084 [18 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:05,085 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:05,088 [18 ] 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 2024-06-07 09:30:05,092 [18 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:30:05,098 [18 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:05,098 [18 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 9.543ms INFO 2024-06-07 09:30:05,098 [18 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:05,098 [18 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 14.2819ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:07,823 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:30:07,823 [20 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:07,824 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:07,826 [20 ] 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 2024-06-07 09:30:07,845 [20 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:07,845 [20 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.7986ms INFO 2024-06-07 09:30:07,845 [20 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:07,845 [20 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.4257ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:09,456 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=483& INFO 2024-06-07 09:30:09,457 [67 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:30:09,457 [67 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:09,460 [67 ] 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 2024-06-07 09:30:09,480 [67 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:09,480 [67 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.7393ms INFO 2024-06-07 09:30:09,481 [67 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:09,481 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.5075ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:30:43,348 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:30:43,348 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,348 [68 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 09:30:43,349 [68 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,349 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 09:30:43,349 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,351 [9 ] 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 2024-06-07 09:30:43,351 [68 ] 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 2024-06-07 09:30:43,351 [69 ] 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 2024-06-07 09:30:43,357 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:43,357 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.337ms INFO 2024-06-07 09:30:43,357 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,358 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.2097ms 200 application/json; charset=utf-8 WARN 2024-06-07 09:30:43,365 [69 ] Mvc.Authorization.AbpAuthorizationFilter - Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) WARN 2024-06-07 09:30:43,365 [68 ] Mvc.Authorization.AbpAuthorizationFilter - Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) INFO 2024-06-07 09:30:43,366 [69 ] c.Infrastructure.ControllerActionInvoker - Authorization failed for the request at filter 'Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter'. INFO 2024-06-07 09:30:43,366 [68 ] c.Infrastructure.ControllerActionInvoker - Authorization failed for the request at filter 'Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter'. INFO 2024-06-07 09:30:43,366 [69 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:43,366 [68 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:43,366 [69 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 14.5572ms INFO 2024-06-07 09:30:43,366 [68 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 14.9506ms INFO 2024-06-07 09:30:43,366 [69 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,366 [68 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,366 [69 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.8221ms 401 application/json; charset=utf-8 INFO 2024-06-07 09:30:43,367 [68 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 18.2012ms 401 application/json; charset=utf-8 INFO 2024-06-07 09:30:43,378 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 09:30:43,379 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.7758ms 404 INFO 2024-06-07 09:30:43,456 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 09:30:43,457 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,459 [72 ] 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). WARN 2024-06-07 09:30:43,460 [72 ] Mvc.Authorization.AbpAuthorizationFilter - Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) INFO 2024-06-07 09:30:43,461 [72 ] c.Infrastructure.ControllerActionInvoker - Authorization failed for the request at filter 'Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter'. INFO 2024-06-07 09:30:43,461 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:43,461 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 1.313ms INFO 2024-06-07 09:30:43,461 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,461 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.6568ms 401 application/json; charset=utf-8 INFO 2024-06-07 09:30:43,478 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 09:30:43,479 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,481 [72 ] 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). WARN 2024-06-07 09:30:43,482 [72 ] Mvc.Authorization.AbpAuthorizationFilter - Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) Abp.Authorization.AbpAuthorizationException: Current user did not login to the application! at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(IEnumerable`1 authorizeAttributes) at Abp.Authorization.AuthorizationHelper.CheckPermissionsAsync(MethodInfo methodInfo, Type type) at Abp.Authorization.AuthorizationHelper.AuthorizeAsync(MethodInfo methodInfo, Type type) at Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) INFO 2024-06-07 09:30:43,482 [72 ] c.Infrastructure.ControllerActionInvoker - Authorization failed for the request at filter 'Abp.AspNetCore.Mvc.Authorization.AbpAuthorizationFilter'. INFO 2024-06-07 09:30:43,482 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:43,482 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 1.1805ms INFO 2024-06-07 09:30:43,482 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:43,483 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.3572ms 401 application/json; charset=utf-8 INFO 2024-06-07 09:30:59,098 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 09:30:59,099 [71 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.0033ms 404 INFO 2024-06-07 09:30:59,128 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:30:59,128 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:59,131 [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 2024-06-07 09:30:59,137 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:30:59,138 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.3053ms INFO 2024-06-07 09:30:59,138 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:30:59,138 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.8486ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:11,839 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 09:31:11,840 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:31:11,843 [70 ] 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 2024-06-07 09:31:11,849 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:11,849 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 6.1271ms INFO 2024-06-07 09:31:11,849 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:31:11,849 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.5902ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,047 [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 372 INFO 2024-06-07 09:31:12,047 [72 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:31:12,047 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:31:12,050 [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 2024-06-07 09:31:12,068 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,068 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 18.0841ms INFO 2024-06-07 09:31:12,068 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:31:12,068 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 21.8457ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,200 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 09:31:12,200 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:12,200 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,203 [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 2024-06-07 09:31:12,237 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,237 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 33.8942ms INFO 2024-06-07 09:31:12,237 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,237 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 37.7104ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,358 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:31:12,359 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:12,359 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,359 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 09:31:12,360 [72 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:12,360 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,362 [70 ] 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 2024-06-07 09:31:12,362 [72 ] 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 2024-06-07 09:31:12,372 [68 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,372 [68 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 10.1523ms INFO 2024-06-07 09:31:12,372 [68 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,372 [68 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 13.9874ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,374 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,374 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 11.8187ms INFO 2024-06-07 09:31:12,374 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,374 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.1009ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,391 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 09:31:12,392 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:12,392 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,394 [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 2024-06-07 09:31:12,436 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,436 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 41.7711ms INFO 2024-06-07 09:31:12,436 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,436 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 45.2633ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,538 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 09:31:12,539 [72 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:12,539 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,542 [72 ] 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 2024-06-07 09:31:12,550 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,550 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 7.8624ms INFO 2024-06-07 09:31:12,550 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,550 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 11.7545ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:12,589 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 09:31:12,589 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:12,589 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,592 [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 2024-06-07 09:31:12,633 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:12,672 [5 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 80.2165ms INFO 2024-06-07 09:31:12,672 [5 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:12,672 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 83.7501ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:13,853 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=a879ee2f-45df-621e-7ad8-1c5dcd099f0e&attachTableName=& INFO 2024-06-07 09:31:13,853 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=bbec5135-d866-49ba-be7a-f0056bd34dce&attachTableName=& INFO 2024-06-07 09:31:13,854 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:13,854 [72 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:13,854 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:13,854 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:13,857 [72 ] 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 2024-06-07 09:31:13,857 [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 2024-06-07 09:31:13,870 [9 ] 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 2024-06-07 09:31:13,871 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:13,871 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:13,874 [9 ] 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 2024-06-07 09:31:13,879 [9 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:31:13,881 [72 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:13,881 [68 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:13,881 [72 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 23.8199ms INFO 2024-06-07 09:31:13,881 [72 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:13,881 [68 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 23.8968ms INFO 2024-06-07 09:31:13,881 [68 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:13,881 [68 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 27.7852ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:13,881 [72 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 27.7854ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:13,884 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:13,884 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 9.9846ms INFO 2024-06-07 09:31:13,884 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:13,884 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 14.1113ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:14,078 [70 ] 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 2024-06-07 09:31:14,079 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:14,079 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:14,082 [70 ] 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 2024-06-07 09:31:14,086 [70 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:31:14,091 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:14,091 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 9.5162ms INFO 2024-06-07 09:31:14,091 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:14,092 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 13.1967ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:14,879 [68 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:31:14,879 [68 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:14,880 [68 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:14,882 [68 ] 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 2024-06-07 09:31:14,901 [68 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:14,901 [68 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0779ms INFO 2024-06-07 09:31:14,901 [68 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:14,902 [68 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.7819ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:17,396 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=483& INFO 2024-06-07 09:31:17,397 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:17,397 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:17,400 [70 ] 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 2024-06-07 09:31:17,421 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:17,422 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.8012ms INFO 2024-06-07 09:31:17,422 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:17,422 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.6026ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:40,439 [9 ] 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 14572 INFO 2024-06-07 09:31:40,439 [9 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:31:40,440 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:40,440 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:40,443 [9 ] 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 2024-06-07 09:31:40,471 [76 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:40,471 [76 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M) in 27.7279ms INFO 2024-06-07 09:31:40,471 [76 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:40,471 [76 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 31.9753ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:41,604 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:31:41,604 [70 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:41,604 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:41,607 [70 ] 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 2024-06-07 09:31:41,626 [70 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:41,627 [70 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.2389ms INFO 2024-06-07 09:31:41,627 [70 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:41,627 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.0339ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:42,483 [74 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:31:42,484 [74 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:42,484 [74 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:42,487 [74 ] 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 2024-06-07 09:31:42,505 [74 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:42,505 [74 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.529ms INFO 2024-06-07 09:31:42,505 [74 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:42,505 [74 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 21.5459ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:31:43,698 [76 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP7&resumeId=30& INFO 2024-06-07 09:31:43,699 [76 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:31:43,699 [76 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:43,702 [76 ] 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 2024-06-07 09:31:43,723 [76 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:31:43,723 [76 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.2154ms INFO 2024-06-07 09:31:43,723 [76 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:31:43,723 [76 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.3147ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:32:39,352 [74 ] 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 12842 INFO 2024-06-07 09:32:39,353 [74 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:32:39,353 [74 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:32:39,353 [74 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:39,356 [74 ] 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 2024-06-07 09:32:39,381 [78 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:32:39,381 [78 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M) in 25.3767ms INFO 2024-06-07 09:32:39,381 [78 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:39,382 [78 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 29.2942ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:32:40,503 [78 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:32:40,504 [78 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:32:40,504 [78 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:40,507 [78 ] 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 2024-06-07 09:32:40,524 [78 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:32:40,524 [78 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.0792ms INFO 2024-06-07 09:32:40,524 [78 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:40,524 [78 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.9864ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:32:41,719 [79 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:32:41,719 [79 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:32:41,719 [79 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:41,722 [79 ] 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 2024-06-07 09:32:41,741 [79 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:32:41,741 [79 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0035ms INFO 2024-06-07 09:32:41,741 [79 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:41,741 [79 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.8734ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:32:43,004 [78 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=0& INFO 2024-06-07 09:32:43,004 [78 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:32:43,004 [78 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:43,007 [78 ] 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 2024-06-07 09:32:43,027 [79 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:32:43,028 [79 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.5846ms INFO 2024-06-07 09:32:43,028 [79 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:32:43,028 [79 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.5867ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:33:46,916 [82 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoCreateZpDetailPanel? application/json;charset=UTF-8 14003 INFO 2024-06-07 09:33:46,917 [82 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:33:46,917 [82 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:33:46,917 [82 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:46,920 [82 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoCreateZpDetailPanel", controller = "AppForSelf"}. Executing controller action with signature Sg.HcmMb.PubClass.Dto.ResultDto DoCreateZpDetailPanel(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:33:46,952 [85 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:33:46,952 [85 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M) in 31.918ms INFO 2024-06-07 09:33:46,952 [85 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoCreateZpDetailPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:46,952 [85 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 35.8847ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:33:48,094 [85 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:33:48,095 [85 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:33:48,095 [85 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:48,098 [85 ] 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 2024-06-07 09:33:48,116 [85 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:33:48,117 [85 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.7213ms INFO 2024-06-07 09:33:48,117 [85 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:48,117 [85 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.6882ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:33:49,616 [82 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:33:49,617 [82 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:33:49,617 [82 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:49,620 [82 ] 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 2024-06-07 09:33:49,639 [82 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:33:49,639 [82 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.64ms INFO 2024-06-07 09:33:49,639 [82 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:49,639 [82 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.5236ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:33:53,844 [85 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/Sof/PostFormAccessProc application/json;charset=UTF-8 95 INFO 2024-06-07 09:33:53,844 [85 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:33:53,845 [85 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:33:53,845 [85 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:53,848 [85 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "PostFormAccessProc", controller = "Sof"}. Executing controller action with signature System.Collections.Generic.Dictionary`2[System.String,System.Object] PostFormAccessProc(Newtonsoft.Json.Linq.JObject) on controller Sg.HcmMb.SofAppService.SofAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:33:53,861 [85 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:33:53,861 [85 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M) in 13.1499ms INFO 2024-06-07 09:33:53,861 [85 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.SofAppService.SofAppService.PostFormAccessProc (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:53,861 [85 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 17.2756ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:33:54,034 [86 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/DoUpdateEntry? application/json;charset=UTF-8 483953 INFO 2024-06-07 09:33:54,034 [86 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:33:54,035 [86 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:33:54,035 [86 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:54,038 [86 ] c.Infrastructure.ControllerActionInvoker - Route matched with {area = "app", action = "DoUpdateEntry", controller = "AppForSelf"}. Executing controller action with signature Boolean DoUpdateEntry(Sg.Hcm.WebPub.Dto.PanelDto) on controller Sg.HcmMb.EntryToJLAppService.AppForSelfAppService (Sg.Hcm.Application.M). INFO 2024-06-07 09:33:54,996 [83 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:33:54,996 [83 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M) in 957.7057ms INFO 2024-06-07 09:33:54,996 [83 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.DoUpdateEntry (Sg.Hcm.Application.M)' INFO 2024-06-07 09:33:54,996 [83 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 962.2803ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:34:01,733 [80 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:34:01,734 [80 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:34:01,734 [80 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:34:01,737 [80 ] 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 2024-06-07 09:34:01,743 [80 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:34:01,743 [80 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.574ms INFO 2024-06-07 09:34:01,743 [80 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:34:01,743 [80 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.2304ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:34:29,555 [88 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 09:34:29,556 [88 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.0264ms 404 INFO 2024-06-07 09:34:29,586 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:34:29,587 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:34:29,589 [89 ] 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 2024-06-07 09:34:29,596 [89 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:34:29,596 [89 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.7852ms INFO 2024-06-07 09:34:29,596 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:34:29,596 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.3329ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:19,172 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 09:35:19,173 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.2211ms 404 INFO 2024-06-07 09:35:19,217 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:35:19,217 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:19,220 [93 ] 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 2024-06-07 09:35:19,227 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:19,227 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 6.3525ms INFO 2024-06-07 09:35:19,227 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:19,227 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.1946ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:29,175 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/index.html?rytype=IDL INFO 2024-06-07 09:35:29,184 [93 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/index.html'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\index.html' INFO 2024-06-07 09:35:29,185 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.1153ms 200 text/html INFO 2024-06-07 09:35:29,917 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/zepto.min.js INFO 2024-06-07 09:35:29,924 [93 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/zepto.min.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\zepto.min.js' INFO 2024-06-07 09:35:29,924 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 7.118ms 200 application/javascript INFO 2024-06-07 09:35:34,089 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 09:35:34,089 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:35:34,092 [92 ] 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 2024-06-07 09:35:34,098 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,098 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 5.8304ms INFO 2024-06-07 09:35:34,098 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 09:35:34,098 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 9.5149ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,249 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 POST http://ehr.ergotron.net:8082/HcmYP/api/TokenAuth/ServiceAuthenticate? application/json;charset=UTF-8 372 INFO 2024-06-07 09:35:34,249 [93 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 09:35:34,249 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:35:34,252 [93 ] 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 2024-06-07 09:35:34,278 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,278 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 26.0129ms INFO 2024-06-07 09:35:34,278 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:35:34,278 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 29.7231ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,409 [91 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 09:35:34,409 [91 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:34,409 [91 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,412 [91 ] 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 2024-06-07 09:35:34,447 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,447 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 34.5156ms INFO 2024-06-07 09:35:34,447 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,447 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 38.3982ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,568 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 09:35:34,569 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:34,569 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,571 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 09:35:34,572 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:34,572 [93 ] 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 2024-06-07 09:35:34,572 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,575 [92 ] 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 2024-06-07 09:35:34,579 [91 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,579 [91 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 7.0132ms INFO 2024-06-07 09:35:34,579 [91 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,579 [91 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 10.7683ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,587 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,587 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 11.7843ms INFO 2024-06-07 09:35:34,587 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,587 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.6951ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,624 [91 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 09:35:34,624 [91 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:34,624 [91 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,627 [91 ] 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 2024-06-07 09:35:34,669 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,669 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 41.4997ms INFO 2024-06-07 09:35:34,669 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,669 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 45.2751ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,779 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 09:35:34,780 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:34,780 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,783 [92 ] 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 2024-06-07 09:35:34,791 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,791 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 7.9151ms INFO 2024-06-07 09:35:34,791 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,791 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 11.7678ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:34,803 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 09:35:34,804 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:34,804 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,807 [92 ] 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 2024-06-07 09:35:34,847 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:34,872 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/vw.js INFO 2024-06-07 09:35:34,873 [93 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/vw.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\vw.js' INFO 2024-06-07 09:35:34,873 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.2454ms 200 application/javascript INFO 2024-06-07 09:35:34,887 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 80.4645ms INFO 2024-06-07 09:35:34,888 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:34,888 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 84.2907ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:35,895 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/api.js INFO 2024-06-07 09:35:35,897 [92 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/api.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\api.js' INFO 2024-06-07 09:35:35,897 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.3797ms 200 application/javascript INFO 2024-06-07 09:35:36,045 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=bbec5135-d866-49ba-be7a-f0056bd34dce&attachTableName=& INFO 2024-06-07 09:35:36,045 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:36,045 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,046 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=a879ee2f-45df-621e-7ad8-1c5dcd099f0e&attachTableName=& INFO 2024-06-07 09:35:36,046 [89 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:36,047 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,048 [93 ] 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 2024-06-07 09:35:36,049 [89 ] 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 2024-06-07 09:35:36,071 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:36,071 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 22.0612ms INFO 2024-06-07 09:35:36,072 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,072 [89 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:36,072 [89 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 24.0247ms INFO 2024-06-07 09:35:36,072 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,073 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.5671ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:36,073 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 27.9553ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:36,124 [93 ] 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 2024-06-07 09:35:36,124 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:36,125 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,127 [93 ] 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 2024-06-07 09:35:36,131 [93 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:35:36,137 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:36,137 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 9.689ms INFO 2024-06-07 09:35:36,137 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,137 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 13.6171ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:36,179 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/vconsole.min.js INFO 2024-06-07 09:35:36,182 [89 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/vconsole.min.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\vconsole.min.js' INFO 2024-06-07 09:35:36,182 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2.4478ms 200 application/javascript INFO 2024-06-07 09:35:36,329 [93 ] 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 2024-06-07 09:35:36,330 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:36,330 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,333 [93 ] 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 2024-06-07 09:35:36,336 [93 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 09:35:36,357 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:36,357 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 24.1146ms INFO 2024-06-07 09:35:36,357 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:36,357 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 28.0972ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:46,647 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:35:46,647 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:46,648 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:46,651 [93 ] 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 2024-06-07 09:35:46,670 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:46,670 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.1211ms INFO 2024-06-07 09:35:46,670 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:46,670 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.1324ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:48,333 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=483& INFO 2024-06-07 09:35:48,334 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:48,334 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:48,337 [93 ] 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 2024-06-07 09:35:48,358 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:48,358 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.9617ms INFO 2024-06-07 09:35:48,358 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:48,358 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.0312ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:50,093 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:35:50,094 [90 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:50,094 [90 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:50,097 [90 ] 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 2024-06-07 09:35:50,116 [90 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:50,116 [90 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.0649ms INFO 2024-06-07 09:35:50,116 [90 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:50,116 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.0574ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:50,813 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=484& INFO 2024-06-07 09:35:50,813 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:50,814 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:50,817 [93 ] 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 2024-06-07 09:35:50,837 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:50,838 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.0136ms INFO 2024-06-07 09:35:50,838 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:50,838 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.9278ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:52,388 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:35:52,389 [90 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:52,389 [90 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:52,392 [90 ] 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 2024-06-07 09:35:52,411 [90 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:52,411 [90 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 19.1398ms INFO 2024-06-07 09:35:52,411 [90 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:52,411 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.0048ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:53,093 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP5&resumeId=485& INFO 2024-06-07 09:35:53,094 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:53,094 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:53,097 [93 ] 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 2024-06-07 09:35:53,118 [90 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:53,119 [90 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 22.0618ms INFO 2024-06-07 09:35:53,119 [90 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:53,119 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 26.0978ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:54,918 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP5& INFO 2024-06-07 09:35:54,919 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:54,919 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:54,922 [93 ] 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 2024-06-07 09:35:54,941 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:54,941 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.9978ms INFO 2024-06-07 09:35:54,941 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:54,941 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.03ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:55,898 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:35:55,899 [89 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:55,899 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:55,902 [89 ] 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 2024-06-07 09:35:55,919 [89 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:55,919 [89 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.306ms INFO 2024-06-07 09:35:55,919 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:55,919 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 21.2594ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:56,773 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP7&resumeId=30& INFO 2024-06-07 09:35:56,774 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:56,774 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:56,777 [92 ] 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 2024-06-07 09:35:56,798 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:56,798 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.2419ms INFO 2024-06-07 09:35:56,798 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:56,798 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.3275ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:58,655 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP7& INFO 2024-06-07 09:35:58,656 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:58,656 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:58,659 [92 ] 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 2024-06-07 09:35:58,676 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:58,677 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 17.4461ms INFO 2024-06-07 09:35:58,677 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:58,677 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 21.4613ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:35:59,459 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:35:59,459 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:35:59,460 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:59,463 [93 ] 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 2024-06-07 09:35:59,474 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:35:59,474 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 11.5739ms INFO 2024-06-07 09:35:59,474 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:35:59,474 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.386ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:00,603 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP8&resumeId=26& INFO 2024-06-07 09:36:00,604 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:00,604 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:00,607 [92 ] 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 2024-06-07 09:36:00,628 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:00,628 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 21.0065ms INFO 2024-06-07 09:36:00,629 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:00,629 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.4408ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:01,322 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP8& INFO 2024-06-07 09:36:01,322 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:01,323 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:01,325 [93 ] 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 2024-06-07 09:36:01,337 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:01,337 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 11.3644ms INFO 2024-06-07 09:36:01,337 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:01,337 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 15.1752ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:02,935 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:36:02,935 [89 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:02,935 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:02,938 [89 ] 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 2024-06-07 09:36:02,966 [89 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:02,966 [89 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 28.2322ms INFO 2024-06-07 09:36:02,966 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:02,967 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 32.165ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:04,049 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP4&resumeId=427& INFO 2024-06-07 09:36:04,049 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:04,049 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:04,053 [93 ] 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 2024-06-07 09:36:04,073 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:04,074 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 20.9756ms INFO 2024-06-07 09:36:04,074 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:04,074 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 25.2539ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:04,201 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=2518a28b-b3e5-deb5-0c65-f30dbccded72&attachTableName=& INFO 2024-06-07 09:36:04,202 [89 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:04,202 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:04,205 [89 ] 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 2024-06-07 09:36:04,225 [89 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:04,225 [89 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 20.7361ms INFO 2024-06-07 09:36:04,225 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:04,225 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 24.1837ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:05,649 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP4& INFO 2024-06-07 09:36:05,649 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:05,649 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:05,652 [93 ] 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 2024-06-07 09:36:05,671 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:05,671 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.8131ms INFO 2024-06-07 09:36:05,671 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:05,671 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.4563ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:08,036 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTablePanel?tableName=NetZP4&resumeId=427& INFO 2024-06-07 09:36:08,037 [89 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:08,037 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:08,040 [89 ] 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 2024-06-07 09:36:08,147 [89 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:08,147 [89 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M) in 107.4158ms INFO 2024-06-07 09:36:08,147 [89 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTablePanel (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:08,148 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 111.3404ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:08,279 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=2518a28b-b3e5-deb5-0c65-f30dbccded72&attachTableName=& INFO 2024-06-07 09:36:08,279 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:08,279 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:08,282 [92 ] 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 2024-06-07 09:36:08,383 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:08,383 [92 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 101.5068ms INFO 2024-06-07 09:36:08,383 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:08,384 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 105.1149ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:10,243 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/File/DownLoadById?id=2518a28b-b3e5-deb5-0c65-f30dbccded72&attachTableName=& INFO 2024-06-07 09:36:10,244 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:10,244 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:36:10,263 [93 ] 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 2024-06-07 09:36:11,065 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:11,078 [94 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core) in 814.6771ms INFO 2024-06-07 09:36:11,078 [94 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:36:11,079 [94 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 835.721ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:11,149 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/img/default-skin.5da9b21d.svg INFO 2024-06-07 09:36:11,153 [93 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/img/default-skin.5da9b21d.svg'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\img\default-skin.5da9b21d.svg' INFO 2024-06-07 09:36:11,153 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.1803ms 200 image/svg+xml INFO 2024-06-07 09:36:15,840 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:36:15,841 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:15,841 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:15,843 [93 ] 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 2024-06-07 09:36:15,862 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:15,862 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 18.5029ms INFO 2024-06-07 09:36:15,862 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:15,862 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 22.2521ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:15,916 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTabeList?tableName=NetZP3& INFO 2024-06-07 09:36:15,916 [93 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:15,916 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:15,919 [93 ] 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 2024-06-07 09:36:15,944 [93 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:15,944 [93 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M) in 25.0766ms INFO 2024-06-07 09:36:15,944 [93 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTabeList (Sg.Hcm.Application.M)' INFO 2024-06-07 09:36:15,944 [93 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 28.6387ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:19,934 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/File/DownLoadById?id=bbec5135-d866-49ba-be7a-f0056bd34dce&attachTableName=& INFO 2024-06-07 09:36:19,938 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:19,939 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:36:19,941 [92 ] 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 2024-06-07 09:36:20,054 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:20,110 [95 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core) in 168.7656ms INFO 2024-06-07 09:36:20,110 [95 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:36:20,110 [95 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 176.5636ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:36:27,083 [92 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/File/DownLoadById?id=a879ee2f-45df-621e-7ad8-1c5dcd099f0e&attachTableName=& INFO 2024-06-07 09:36:27,084 [92 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 09:36:27,084 [92 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:36:27,089 [92 ] 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 2024-06-07 09:36:27,179 [92 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 09:36:27,234 [90 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core) in 145.1704ms INFO 2024-06-07 09:36:27,234 [90 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Controllers.FileController.DownLoadById (Sg.Hcm.Web.Core)' INFO 2024-06-07 09:36:27,234 [90 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 150.9836ms 200 application/json; charset=utf-8 INFO 2024-06-07 09:37:06,716 [86 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/base64.js INFO 2024-06-07 09:37:06,718 [86 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/base64.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\base64.js' INFO 2024-06-07 09:37:06,718 [86 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.5034ms 200 application/javascript INFO 2024-06-07 09:37:10,228 [86 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/md5.js INFO 2024-06-07 09:37:10,230 [86 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/md5.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\md5.js' INFO 2024-06-07 09:37:10,230 [86 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.42ms 200 application/javascript INFO 2024-06-07 09:37:10,835 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/logHelper.js INFO 2024-06-07 09:37:10,836 [89 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/logHelper.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\logHelper.js' INFO 2024-06-07 09:37:10,836 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.2907ms 200 application/javascript INFO 2024-06-07 09:37:11,386 [88 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/manifest.js INFO 2024-06-07 09:37:11,388 [88 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/manifest.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\manifest.js' INFO 2024-06-07 09:37:11,388 [88 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.6112ms 200 application/javascript INFO 2024-06-07 09:37:11,882 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/config.js INFO 2024-06-07 09:37:11,883 [89 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/config.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\config.js' INFO 2024-06-07 09:37:11,883 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.2783ms 200 application/javascript INFO 2024-06-07 09:37:12,183 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/version.js INFO 2024-06-07 09:37:12,185 [89 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/version.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\version.js' INFO 2024-06-07 09:37:12,185 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.2819ms 200 application/javascript INFO 2024-06-07 09:37:12,321 [88 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/js/chunk-vendors.55193286.js INFO 2024-06-07 09:37:12,413 [86 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/js/chunk-vendors.55193286.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\js\chunk-vendors.55193286.js' INFO 2024-06-07 09:37:12,414 [86 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 92.8362ms 200 application/javascript INFO 2024-06-07 09:37:52,406 [89 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/js/app.24eea08a.js INFO 2024-06-07 09:37:52,410 [81 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/js/app.24eea08a.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\js\app.24eea08a.js' INFO 2024-06-07 09:37:52,410 [81 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 3.6407ms 200 application/javascript INFO 2024-06-07 14:02:29,477 [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 2024-06-07 14:02:30,436 [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 2024-06-07 14:02:30,496 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/index.html?rytype=IDL INFO 2024-06-07 14:02:30,517 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/index.html'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\index.html' INFO 2024-06-07 14:02:30,519 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.735ms 200 text/html INFO 2024-06-07 14:02:30,579 [11 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/zepto.min.js INFO 2024-06-07 14:02:30,585 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/zepto.min.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\zepto.min.js' INFO 2024-06-07 14:02:30,586 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 7.6271ms 200 application/javascript INFO 2024-06-07 14:02:30,590 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/css/chunk-vendors.9957518c.css INFO 2024-06-07 14:02:30,591 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/css/app.bfff3454.css INFO 2024-06-07 14:02:30,592 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/css/chunk-vendors.9957518c.css'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\css\chunk-vendors.9957518c.css' INFO 2024-06-07 14:02:30,592 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2.4339ms 200 text/css INFO 2024-06-07 14:02:30,596 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/css/app.bfff3454.css'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\css\app.bfff3454.css' INFO 2024-06-07 14:02:30,596 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.4113ms 200 text/css INFO 2024-06-07 14:02:30,598 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/api.js INFO 2024-06-07 14:02:30,598 [9 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/api.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\api.js' INFO 2024-06-07 14:02:30,599 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.7854ms 200 application/javascript INFO 2024-06-07 14:02:30,602 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/vw.js INFO 2024-06-07 14:02:30,602 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/base64.js INFO 2024-06-07 14:02:30,602 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/vw.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\vw.js' INFO 2024-06-07 14:02:30,602 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.881ms 200 application/javascript INFO 2024-06-07 14:02:30,603 [9 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/base64.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\base64.js' INFO 2024-06-07 14:02:30,603 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.0579ms 200 application/javascript INFO 2024-06-07 14:02:30,603 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/vconsole.min.js INFO 2024-06-07 14:02:30,605 [9 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/vconsole.min.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\vconsole.min.js' INFO 2024-06-07 14:02:30,605 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.3747ms 200 application/javascript INFO 2024-06-07 14:02:30,627 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/logHelper.js INFO 2024-06-07 14:02:30,628 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/logHelper.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\logHelper.js' INFO 2024-06-07 14:02:30,628 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/config.js INFO 2024-06-07 14:02:30,628 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.9669ms 200 application/javascript INFO 2024-06-07 14:02:30,629 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/config.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\config.js' INFO 2024-06-07 14:02:30,629 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.9462ms 200 application/javascript INFO 2024-06-07 14:02:30,629 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/manifest.js INFO 2024-06-07 14:02:30,630 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/manifest.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\manifest.js' INFO 2024-06-07 14:02:30,630 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.7678ms 200 application/javascript INFO 2024-06-07 14:02:30,633 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/version.js INFO 2024-06-07 14:02:30,634 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/version.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\version.js' INFO 2024-06-07 14:02:30,634 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.6827ms 200 application/javascript INFO 2024-06-07 14:02:30,655 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/md5.js INFO 2024-06-07 14:02:30,656 [6 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/md5.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\md5.js' INFO 2024-06-07 14:02:30,656 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 0.8684ms 200 application/javascript INFO 2024-06-07 14:02:30,680 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/js/chunk-vendors.55193286.js INFO 2024-06-07 14:02:30,686 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/js/chunk-vendors.55193286.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\js\chunk-vendors.55193286.js' INFO 2024-06-07 14:02:30,686 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 6.1591ms 200 application/javascript INFO 2024-06-07 14:02:30,688 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/js/app.24eea08a.js INFO 2024-06-07 14:02:30,691 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/js/app.24eea08a.js'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\js\app.24eea08a.js' INFO 2024-06-07 14:02:30,691 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 3.042ms 200 application/javascript INFO 2024-06-07 14:02:30,998 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/logo.png INFO 2024-06-07 14:02:30,999 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/static/images/imgbackgroupimage.png INFO 2024-06-07 14:02:31,002 [10 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/static/images/logo.png'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\static\images\logo.png' INFO 2024-06-07 14:02:31,002 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.575ms 200 image/png INFO 2024-06-07 14:02:31,063 [11 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 14:02:31,139 [11 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:31,155 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 156.6267ms 404 INFO 2024-06-07 14:02:32,707 [11 ] 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 2024-06-07 14:02:33,395 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:33,497 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 786.558ms INFO 2024-06-07 14:02:33,498 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:33,501 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 2438.3935ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:40,829 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/Rsa/GetPublicKey INFO 2024-06-07 14:02:40,847 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 14:02:40,852 [9 ] 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 2024-06-07 14:02:40,891 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:40,895 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub) in 42.854ms INFO 2024-06-07 14:02:40,896 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.PubClass.RsaAppService.GetPublicKey (Sg.Hcm.Application.Pub)' INFO 2024-06-07 14:02:40,896 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 67.5269ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:41,000 [9 ] 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 2024-06-07 14:02:41,004 [9 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 14:02:41,005 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 14:02:41,019 [9 ] 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 2024-06-07 14:02:42,015 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:42,018 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core) in 998.2628ms INFO 2024-06-07 14:02:42,018 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.Hcm.Controllers.TokenAuthController.ServiceAuthenticate (Sg.Hcm.Web.Core)' INFO 2024-06-07 14:02:42,019 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1018.6506ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:42,097 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetUserMsg?& INFO 2024-06-07 14:02:42,138 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:42,205 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:42,210 [10 ] 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 2024-06-07 14:02:42,456 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:42,467 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M) in 256.9177ms INFO 2024-06-07 14:02:42,467 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetUserMsg (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:42,467 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 369.635ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:42,567 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 14:02:42,568 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetMarkResumeChg?& INFO 2024-06-07 14:02:42,568 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpSubTables?& INFO 2024-06-07 14:02:42,569 [10 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:42,569 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:42,569 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:42,569 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:42,574 [10 ] 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 2024-06-07 14:02:42,574 [7 ] 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 2024-06-07 14:02:42,577 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:42,578 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:43,654 [9 ] 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 2024-06-07 14:02:43,867 [10 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:43,867 [6 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:43,869 [10 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 214.3796ms INFO 2024-06-07 14:02:43,869 [6 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M) in 1295.0833ms INFO 2024-06-07 14:02:43,869 [10 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:43,869 [6 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetMarkResumeChg (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:43,869 [10 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1302.4413ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:43,869 [6 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1301.4146ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:43,905 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:43,914 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M) in 1339.3495ms INFO 2024-06-07 14:02:43,914 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpSubTables (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:43,914 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1345.5442ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:44,004 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetZpPhoto?& INFO 2024-06-07 14:02:44,005 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/AppForSelf/GetAppSelfPanel?& INFO 2024-06-07 14:02:44,018 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:44,018 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:44,019 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:44,019 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:44,023 [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 2024-06-07 14:02:44,024 [7 ] 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 2024-06-07 14:02:44,033 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:44,034 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M) in 11.1011ms INFO 2024-06-07 14:02:44,034 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetZpPhoto (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:44,034 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 30.4655ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:44,736 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:44,862 [4 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M) in 838.3813ms INFO 2024-06-07 14:02:44,862 [4 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.EntryToJLAppService.AppForSelfAppService.GetAppSelfPanel (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:44,863 [4 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 857.3787ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:45,744 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/fonts/fontawesome-webfont.e9955780.woff2 INFO 2024-06-07 14:02:45,745 [9 ] pNetCore.Cors.Infrastructure.CorsService - CORS policy execution successful. INFO 2024-06-07 14:02:45,748 [9 ] NetCore.StaticFiles.StaticFileMiddleware - Sending file. Request path: '/fonts/fontawesome-webfont.e9955780.woff2'. Physical path: 'C:\Sharegoo\HcmYP\wwwroot\fonts\fontawesome-webfont.e9955780.woff2' INFO 2024-06-07 14:02:45,748 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 4.797ms 200 font/woff2 INFO 2024-06-07 14:02:46,374 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=45885597-34f4-bc2f-0398-14a52402921b&attachTableName=& INFO 2024-06-07 14:02:46,375 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserAuthority/GetFileNameForGuid?Guid=f817bfa4-fc28-e20b-d320-c06ae14c7340&attachTableName=& INFO 2024-06-07 14:02:46,395 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:46,395 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:46,397 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,397 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,402 [22 ] 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 2024-06-07 14:02:46,402 [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 2024-06-07 14:02:46,427 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=1wTYaMiileFCmZTFQjHsRg%3D%3D&isDeptCode=true& INFO 2024-06-07 14:02:46,428 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:46,428 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,432 [9 ] 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 2024-06-07 14:02:46,627 [7 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:46,627 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:46,628 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 225.7331ms INFO 2024-06-07 14:02:46,628 [7 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M) in 225.776ms INFO 2024-06-07 14:02:46,629 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,629 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.Sys.UserAuthorityAppService.GetFileNameForGuid (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,631 [7 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 257.0134ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:46,631 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 255.9359ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:46,659 [9 ] Sg.HcmMb.PubClass.ShareData - oldValue:1wTYaMiileFCmZTFQjHsRg== INFO 2024-06-07 14:02:46,669 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:46,671 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 239.1704ms INFO 2024-06-07 14:02:46,672 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,672 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 244.8163ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:46,853 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/UserInfo/GetDeptByDeptCode?DeptCodes=1wTYaMiileFCmZTFQjHsRg%3D%3D&isDeptCode=true& INFO 2024-06-07 14:02:46,880 [9 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:46,881 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,888 [9 ] 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 2024-06-07 14:02:46,894 [9 ] Sg.HcmMb.PubClass.ShareData - oldValue:1wTYaMiileFCmZTFQjHsRg== INFO 2024-06-07 14:02:46,912 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:46,913 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 24.8058ms INFO 2024-06-07 14:02:46,913 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:46,914 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 61.2912ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:47,218 [7 ] 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 2024-06-07 14:02:47,220 [7 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:47,221 [7 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:47,224 [7 ] 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 2024-06-07 14:02:47,229 [7 ] Sg.HcmMb.PubClass.ShareData - oldValue:SioggBvxWXI= INFO 2024-06-07 14:02:47,240 [22 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:47,240 [22 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M) in 15.8461ms INFO 2024-06-07 14:02:47,241 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.UserInfo.UserInfoAppService.GetDeptByDeptCode (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:47,241 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 23.2033ms 200 application/json; charset=utf-8 INFO 2024-06-07 14:02:58,135 [22 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request starting HTTP/1.1 GET http://ehr.ergotron.net:8082/HcmYP/api/services/app/ShareData/GetZpParas?& INFO 2024-06-07 14:02:58,137 [22 ] uthentication.JwtBearer.JwtBearerHandler - Successfully validated the token. INFO 2024-06-07 14:02:58,138 [22 ] ft.AspNetCore.Routing.EndpointMiddleware - Executing endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:58,142 [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 2024-06-07 14:02:58,154 [9 ] .Mvc.Infrastructure.ObjectResultExecutor - Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'. INFO 2024-06-07 14:02:58,155 [9 ] c.Infrastructure.ControllerActionInvoker - Executed action Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M) in 13.3742ms INFO 2024-06-07 14:02:58,155 [9 ] ft.AspNetCore.Routing.EndpointMiddleware - Executed endpoint 'Sg.HcmMb.PubClass.ShareDataAppService.GetZpParas (Sg.Hcm.Application.M)' INFO 2024-06-07 14:02:58,156 [9 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 20.3075ms 200 application/json; charset=utf-8