Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/耗时39ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时1ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/bootstrap.bundle.min.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/lib/toastr/dist/toastr.min.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时2ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/lib/taiwan-id-validator2/taiwan-id-validator2.min.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.min.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/i18n/zh_tw.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:25:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:39 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/moment.min.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/daterangepicker.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/js/locales/zh-TW.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/js/fileinput.min.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/lib/blockUI/jquery.blockUI.js耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: 接口/areas/frontend/fontawesome/webfonts/fa-solid-900.woff2耗时0ms Aug 26 02:25:40 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:40 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Executed DbCommand (38ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:41 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:41 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/26B88453EB4084CF553291414C839818F74045F5781842F56C0E0C925DED73CD耗时49ms Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:41 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:41 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:41 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:41 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/102372C9688259687318DFCBFCE177A1E59FDC4C82465A2F090CA1843F102C2B耗时52ms Aug 26 02:25:42 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:42 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:42 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:42 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:42 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:42 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:42 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:42 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/53F7353FAAA2D7D5ECBA473A095B0D4B29EE17E14CA49530336D24F2F5B702BF耗时52ms Aug 26 02:25:42 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:42 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/favicon.png耗时3ms Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/2801C991D5CFC2B5E1B070DCE8CE6E998B75CAE4E02674FB826538382FEA6D68耗时48ms Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/35A60853E83B4B162A0AEF7C56C9F7EE87C6F48138C682165CA1FC2958AA1DCA耗时15ms Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (7ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/9EDAF704582A47D27D4E8F73534C023BD4EF811BB858A9C040C6C1DA579F439C耗时15ms Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/59FFF1858B53340246FC73C8A8948E0058EED3D19A5C568EEE0C04FACAE21ADF耗时1ms Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:43 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:43 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/D682EE78123C3D12F91F72C8BBD41655651DD2ECDF93F3F46679CFB08D4BA67F耗时1ms Aug 26 02:25:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:45 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:45 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:45 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:45 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:45 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/F416FCEBDBD61F72C1CD9EE3F81DD12B6FF1C2F1473D70BDC72DF84C725AD84C耗时55ms Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/C8606653367E7F81B312C723CEAA24E58BBE19DF71D5E6431D8EC878E741DD75耗时63ms Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/A7BD72AA02C76134E59994D0C73C71F124CC466155C41C4DFDB7B6A9F510F239耗时57ms Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:47 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/8A984ABF0AB331D731AC16D005EFDED9704D6BAF2255E0FB1712833992BD6CDE耗时51ms Aug 26 02:25:48 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:48 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:48 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:48 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:48 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:48 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:48 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:48 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:48 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/235B5E76BACAE37878FE1F6108DAD15429F77C135EEB0F065502714213F0A6CA耗时85ms Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:49 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:49 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Executed DbCommand (41ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:49 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:49 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/21053EEEF5575C11A7EB1A69FA80FA5793C2DFEF12AA17A7555F2942FA6DD4DB耗时53ms Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:49 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:49 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/CCC1CB7398EDFD9F17BCA410C5E6257A36D21D5903A6DFF5064F7C0D89F278DC耗时53ms Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/7F68D08525E944B6961E4C79AE472F54D6EACEA8A177E94410395502159BB772耗时52ms Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (74ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/0D465354B558D2A36FED1B7B236B44E1705E1E2A8CA218062B84A4C2099F702B耗时52ms Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:50 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/12AAD555EF3DACB8E764182DEF98DB32C2B5CB23A02C400E254B3BF8415CD4B4耗时51ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/8B8D5AFD1950757B1BD382881DABCADE5E37F940FAF2B94B3C53BC89BF6BBD16耗时28ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/18506917369754EA3BA2C96BCD7932EF895F8F75F8AEA89F0F49A3156BB8FA49耗时28ms Aug 26 02:25:52 erlangs ntpd[3500740]: Soliciting pool server 2620:2d:4000:1::41 Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时3ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/F524E9F541C1C0E25337A716721DE32F7FD8E6E3FDA51C1F19A1BFA10032B295耗时54ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/D8A4E81B995FF17620E5FB61EB132C0270EBA32AFFA5568BB34731B387402B77耗时8ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (38ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (26ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/F019F6CA5EB2275145C1B6DF8ECB2AB1354538FD87EC232DF70451071947F88B耗时22ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (47ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (7ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/44EC1963236938B4D5E9BA5FA2ED1654E82C49B441556DCC872A66C5411588E0耗时22ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/CDD10224D248ADA81E4AB3ABF7ACD93A003D0AA68F7FEAB5B248F2F437D70A37耗时22ms Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/45525DA3D5593917C60AA1339D85840398736BFB2A0D27084E7B3645EF703FBE耗时22ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时1ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时1ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时2ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时3ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:25:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:53 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/9D46DA96C704E1318B820B326ABB6D53A5EA8D497932C346A3CD2C41AD65904C耗时51ms Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (66ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (66ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/F30355AF2B4AE806483FA9B0CD1879BBA23295E75842487FFDEDD5816477E689耗时79ms Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:54 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:54 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/217039E412671A36B82493875408A996923900966040F89A3003B87482E7A874耗时79ms Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: Executed DbCommand (42ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:55 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:55 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/3D720306EE9AE3D27DEE3D91097DE326F6439FCFAC6932107B704F83C6E6FE7D耗时63ms Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:55 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:55 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:55 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:55 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:55 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/7666F14932D275D9F5A230E412AB9E4C1A172BED93099B41BFF96E2FD74F7283耗时50ms Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:56 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:56 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:56 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:56 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/E91A8637278E9A2BF6675F8BA5AF5E53873FDE48200E4226D948E88599DFE787耗时51ms Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/E6D88BA6E5597CBD000DB0C0BD9264F4A743A19FAA395DF7EDBB6E9C5738F681耗时46ms Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (66ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (64ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/E1EB0CACB997C0CB94813A385FE66F3091ECA3F064EEF3C4D2488B7C14BDA669耗时78ms Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:57 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/3CBCE8BA86513C3F4BC9AD42ABB3A4D4E91C1751F092353D25FB4D3AD12A4276耗时78ms Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/1B25F135DA414AC807089A28EF03B3716F054141DBB7764CCD9A37C154536F3D耗时50ms Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/5DBEF2F9EFF1EA9A30B70FD96B6D38D160834A616D16D3B57CFD5D01237F53CB耗时6ms Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:25:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:25:58 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/01FBC23FE42ABEC011DB3B3C10081522DF6F5C2B6B2BDE5D0864FDDF33F636B3耗时6ms Aug 26 02:26:01 erlangs CRON[3458591]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:26:01 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:01 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:01 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:01 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:01 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:01 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:01 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:01 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:01 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/E1EB0CACB997C0CB94813A385FE66F3091ECA3F064EEF3C4D2488B7C14BDA669耗时48ms Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:02 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:02 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/BC7103247D2F7C543365A0C0DAFB777A5DD90CA5F5414AF8C397AE5E5D7A3C0F耗时50ms Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:02 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:02 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:02 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:02 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/BCEF59852F95666813901E6FE8E061BDD867AA87EDB55C09C0FB22E02E1E7830耗时44ms Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/36D87B3439DEA164D19BE3EA21B0F102C15BEB11A36A9965BD8FFE9DA7CA4F64耗时51ms Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (38ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/8083C03ABC6801B4F37AC912E3D019491398C9DFA6A253605223C1F5CF24F606耗时53ms Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:04 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/A044C51C86EF4F0350B6FEA39F77A3C5998986459FC397DA0AFC53575D64233B耗时50ms Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Executed DbCommand (44ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:05 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:05 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/6CD89FB27B9F94C2F2634FF6E27F04F4A515D82853B5ED1768371640CB2D484C耗时59ms Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:05 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:05 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:05 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:05 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/F93BCEE1D95A7E1B8033AEBBF1C302A7F55C1D6B78BABF827BDB47F13A209C0E耗时50ms Aug 26 02:26:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:06 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:06 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:06 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:06 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:06 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/BCA531CFDC536210FA1EE73204A761DA49180D99E76CB4AA8C3AB4483B7B6808耗时53ms Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Executed DbCommand (38ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:07 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:07 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/0AA94DB529BFFA71233298ADD2E366BB7280A5C33FBEAB3474FAF25ADF651B52耗时52ms Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:07 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:07 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:07 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/1136D0091F9A53C9E2515EE6BDF9B4D9B56E3B42E5858101EBD2EE8EA65ADBD0耗时53ms Aug 26 02:26:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:08 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:08 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:08 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:08 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:08 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:08 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/59147BA025FC3F654C396A245E570F4BDBA20A0F6AC1E3536AF4E5FFE4B98529耗时49ms Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:09 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:09 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/96488725DE89EB8788FFF1FFFE18B273BAD599CD0CBB6C8C05B04BD99BAA9E9A耗时45ms Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Executed DbCommand (33ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:09 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:09 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:09 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:09 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/731BD7B297B4C7C27B907015A9E4C63F5812C224ADFECAF9609CACF33E74FF8A耗时45ms Aug 26 02:26:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: Executed DbCommand (42ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:14 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:14 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:14 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:14 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:14 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:14 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/ADB88FC584C18A3CFFD4F8EF5EF148C8B35315939C0A126A68B4E8449EF4E164耗时57ms Aug 26 02:26:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: Executed DbCommand (46ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:16 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:16 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:16 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:16 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:16 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/6C74816A738C45860881A1EF9E7074AD5FA4165A91C9D150E0EBF3A73B519A92耗时69ms Aug 26 02:26:22 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:22 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:22 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:22 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:22 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:22 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:22 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:22 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/B758A7D788607E8E6708384F2B0ADC6F13A4C6A1168CF22CBAA6CDB637C26804耗时49ms Aug 26 02:26:22 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:22 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时1ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时3ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时1ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时1ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:26:23 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:23 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时2ms Aug 26 02:26:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:28 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:28 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:28 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:28 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:28 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/27E04DA70B6559BD94E76CEF6A2AE8E71997D709CB207CBCCC5F0990BFA6AF4C耗时51ms Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (7ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:39 erlangs IscomAlumni[2880895]: 接口/耗时33ms Aug 26 02:26:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:44 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:44 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:44 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:44 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:44 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/4F4CCA2EE9067BA77DE8CE70AD30CA0BA13988D06B709D4A09A6A41B5F0F49C9耗时45ms Aug 26 02:26:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:45 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:26:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:46 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:26:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:46 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:26:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:46 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:26:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:47 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:26:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:47 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:26:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:47 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:26:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:47 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:26:47 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:47 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:26:48 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:48 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:26:56 erlangs ntpd[3500740]: Soliciting pool server 2620:2d:4000:1::3f Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:56 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:56 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/E638EDF762AF5B5D107A0E7FE1CFA113F7AACE28BD0A46FC732D6245B271BA71耗时53ms Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Executed DbCommand (55ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:26:56 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:26:56 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:56 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:56 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/72C18539D615001C058D0D37BD499D4FDEBC596D521EFA7D77B6FC7BD889033B耗时53ms Aug 26 02:26:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:57 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:26:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:57 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:26:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:57 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:26:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:57 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时1ms Aug 26 02:26:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:26:58 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:01 erlangs CRON[3464317]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/耗时46ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/bootstrap.min.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/fontawesome/css/all.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/carousel.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/style.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/daterangepicker.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/css/fileinput.min.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/css/bootstrap-icons.min.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/toastr/dist/toastr.min.css耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/bootstrap.bundle.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/toastr/dist/toastr.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/taiwan-id-validator2/taiwan-id-validator2.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/i18n/zh_tw.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/moment.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/daterangepicker.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/js/locales/zh-TW.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/js/fileinput.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/lib/blockUI/jquery.blockUI.js耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/icon02.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/icon.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/Logo.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/divider_footer.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/fontawesome/webfonts/fa-solid-900.woff2耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/footerLogo/Logo(FFF).png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/map.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/time.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/ellipsis-solid.svg耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/phone.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/gotop.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/fax.png耗时0ms Aug 26 02:27:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/mail.png耗时0ms Aug 26 02:27:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:07 erlangs IscomAlumni[2880895]: 接口/areas/frontend/fontawesome/webfonts/fa-regular-400.woff2耗时0ms Aug 26 02:27:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:07 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/arrow-forward.png耗时0ms Aug 26 02:27:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:07 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/error.png耗时1ms Aug 26 02:27:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:07 erlangs IscomAlumni[2880895]: 接口/lib/blockUI/loading_2.gif耗时0ms Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: 接口/耗时31ms Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/bootstrap.min.css耗时0ms Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/fontawesome/css/all.css耗时0ms Aug 26 02:27:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:10 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/carousel.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/style.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/daterangepicker.css耗时1ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/css/fileinput.min.css耗时1ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/css/bootstrap-icons.min.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/toastr/dist/toastr.min.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/bootstrap.bundle.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/taiwan-id-validator2/taiwan-id-validator2.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/toastr/dist/toastr.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/i18n/zh_tw.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/moment.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/v3.1/daterangepicker.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/js/fileinput.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/v5.2.7/js/locales/zh-TW.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:11 erlangs IscomAlumni[2880895]: 接口/lib/blockUI/jquery.blockUI.js耗时1ms Aug 26 02:27:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: Executed DbCommand (41ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:20 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:20 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:20 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:20 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/05FBF9093321A77BD18C2409E01A8A9289CC15ACDACA07172DDB36BD520C624A耗时52ms Aug 26 02:27:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:20 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:27:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:21 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时1ms Aug 26 02:27:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:27:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:21 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:22 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:22 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:22 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:22 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:22 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:22 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:26 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:26 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:26 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:26 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:26 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/B0CB1580A88197A0D1B0309225EF436DC1A0F140A82AA1788AA6C30D158A352A耗时48ms Aug 26 02:27:26 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:26 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:27:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:27 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:27 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时2ms Aug 26 02:27:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:27 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:28 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:28 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:28 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:32 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:32 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/5CA68CC4A6C918C5433B68A4C8FAC40E71A308B10B2B85CE7F103DE3B20AC957耗时48ms Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:32 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:32 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:32 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/A0D635C7A865D686CC1D9777335B0F86DA6A256E53ADABFED7DB12487DE712B5耗时51ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时3ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时1ms Aug 26 02:27:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:33 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时4ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:34 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:35 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:35 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:35 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:35 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:35 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:35 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (7ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:39 erlangs IscomAlumni[2880895]: 接口/耗时48ms Aug 26 02:27:43 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:43 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:44 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:44 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:44 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:44 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/D070671E765F03FB95E841DF8A02769171580439BC186F66E6FD3399A623D858耗时48ms Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时1ms Aug 26 02:27:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:44 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:27:45 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32), @__p_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:27:45 erlangs IscomAlumni[2880895]: OFFSET @__p_0 ROWS FETCH NEXT @__p_1 ROWS ONLY Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时22ms Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时2ms Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:45 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时1ms Aug 26 02:27:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:50 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:50 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:50 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:50 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:50 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/391F43E7A7FB99E80680B1667B11DB7D2050D96FEB87E863E213417C33B77D82耗时50ms Aug 26 02:27:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:51 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:51 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/CDBFC1ED282C4746F0EAC660C98053888358F387563DC9BFFDD41A8866E4468A耗时54ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时1ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:52 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:27:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:53 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:27:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: Executed DbCommand (47ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:27:56 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:27:56 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:27:56 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:27:56 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:27:56 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:27:56 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/6B10FAEAF317FBC5BC4A303D6FE1DFFF1457275DDFD5D877B40F163D149CFE0F耗时65ms Aug 26 02:27:56 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:56 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时3ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:27:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:57 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:27:58 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:27:58 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:01 erlangs CRON[3479084]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:28:03 erlangs ntpd[3500740]: Soliciting pool server 2620:2d:4000:1::41 Aug 26 02:28:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:04 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:04 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:04 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:04 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: Executed DbCommand (7ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:04 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/B69BDB84183D41BF35924030430F0A438FF459ED69304FA4BC9A93B768164F07耗时54ms Aug 26 02:28:04 erlangs crontab[3479542]: (root) LIST (root) Aug 26 02:28:05 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:05 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:05 erlangs crontab[3479637]: (root) LIST (www-data) Aug 26 02:28:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:06 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:06 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:28:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:06 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:06 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:06 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:07 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:07 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:07 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:07 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时2ms Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:10 erlangs IscomAlumni[2880895]: 接口/耗时31ms Aug 26 02:28:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:14 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:14 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:14 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:14 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:14 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:14 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:14 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/02384C227700F7A9B91AC1B541F95C645912AE0D7CE6F6E35C57C4F59041F4EC耗时44ms Aug 26 02:28:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:15 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:15 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:15 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:15 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:15 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:15 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时1ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:16 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:16 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:16 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:16 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/01898811F13F2D35352BABC9A9FF723C67B0BFE05D032B104D5BE43A28E471D0耗时50ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:16 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时2ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时16ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时3ms Aug 26 02:28:17 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:17 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:18 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:18 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:18 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:18 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:18 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:18 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:18 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:18 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:18 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/3A819E12A78541907969D5424BFE425C5DD3D6211536321F23EC0326B681AA14耗时50ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:19 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:19 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时2ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时1ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:20 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:20 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:20 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:20 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/9EA0B94ED8BDA6FE04708DEA7FD2BA0C914BBA9E445BFC61284E7FE7C3701472耗时49ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时2ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时1ms Aug 26 02:28:20 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:20 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:21 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:21 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:26 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:26 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:26 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:26 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:26 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:26 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/2715B92CDF43EA82CA4AB182477EDB0ED9C2A4C46247D361810A3934F6FCF3FA耗时46ms Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:27 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:27 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:27 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:27 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/7BA123296A594AD3F6078FB2CEC8E934260E6B278D50B46C1A203B22ED5DDE35耗时50ms Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时2ms Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:28 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:28 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:28 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:28 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/6BE7750D3C208B05C794211AF3AD08DC4432472F90B73D915CE5AD0915E56BF7耗时44ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:28 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:28 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:28:29 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:29 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:29 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:29 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时1ms Aug 26 02:28:29 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:29 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:29 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:29 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:28:30 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:30 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:30 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:30 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:30 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:30 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时2ms Aug 26 02:28:30 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:30 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:30 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:30 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:34 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:34 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:34 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:34 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:34 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:34 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:34 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:34 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/877391993F10DAA1C69B1614E4FB2CBB541DF1BE4237DF23DCD490CFC227B941耗时48ms Aug 26 02:28:36 erlangs host-agent: Report failed: HTTP 000 #012#012 #012 #012 #012#012 Server Error#012#012 0)) Aug 26 02:28:38 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:38 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: Executed DbCommand (15ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:38 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:38 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/3F419C4FD39FA94C1CE7E99DCDA7F4CAA73D4A2DCB6E85AC6A2F152AE41B88E4耗时63ms Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (6ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (9ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: 接口/耗时35ms Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:28:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时1ms Aug 26 02:28:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:40 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:40 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:40 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:40 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:40 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:40 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:44 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:44 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:44 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:44 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:44 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:44 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:44 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/CBBC224C503081A9BA7DCAFBEAB80A34C3CA4603D6B57C9E57457681A29AF57A耗时53ms Aug 26 02:28:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:45 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:45 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:45 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:45 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:45 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:46 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:28:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:46 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:46 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:46 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:46 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:46 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:46 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:50 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:50 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:50 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:50 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/76AD17FCE21AEE43AD0B365AA0AFDA557FD108DAE659452E8465601919BEF413耗时52ms Aug 26 02:28:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:50 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:51 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:51 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:51 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:51 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/08642132B4941578C71D9576C501A6CCD0ADDA126E218DF0EE26C462AE61037E耗时45ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:51 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:28:52 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:28:52 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:28:52 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:28:52 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/295B9F65E7A3AF95DD76C97F462805B59047F6C40DED206AB13F08F6D1D7F783耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:28:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时2ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:28:53 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:53 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时1ms Aug 26 02:28:54 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:28:54 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:29:01 erlangs CRON[3479914]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:29:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:29:08 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:29:08 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:29:08 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:29:08 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:08 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:08 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/C45923DA8218F74E526ACC2C475CB9D0EDC97723A9EADBFA7F2441E3EFCA7742耗时52ms Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:29:09 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:29:09 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:29:09 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:29:09 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/3D0062861BB04E6645E4CA8A153ACE0842F3FEC542CAF56D1C881CA4B4EB5FE8耗时47ms Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:29:09 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:09 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:29:10 erlangs ntpd[3500740]: Soliciting pool server 2620:2d:4000:1::3f Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时1ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时1ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时1ms Aug 26 02:29:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:10 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:29:12 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:12 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:29:12 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:29:12 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:29:12 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:29:12 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:12 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:12 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/D54FE4365E141519FCE1C6E53A5BD82317A7F5982856133F44D7F43AB4B861BB耗时51ms Aug 26 02:29:15 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:15 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:29:15 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:29:15 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:29:15 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:29:15 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:15 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:15 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:15 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/B7ACA65D3A3071239E9857FBCD11EBCFDB9B34EEA1F9A65B15EA601B1FB05188耗时46ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时2ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时1ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:29:16 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:16 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时1ms Aug 26 02:29:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: Executed DbCommand (43ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:29:32 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:29:32 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:29:32 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:29:32 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:32 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/32D4CEC28B04AC3BBAA5B47D034DBDA838E8BF78353CBCAA38EA4997757879CB耗时57ms Aug 26 02:29:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:29:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:33 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:29:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:29:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:33 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:29:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:34 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:29:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:34 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:29:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:34 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:29:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:34 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:29:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:34 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:29:34 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:34 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: Executed DbCommand (45ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:29:38 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:29:38 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:29:38 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:29:38 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/877391993F10DAA1C69B1614E4FB2CBB541DF1BE4237DF23DCD490CFC227B941耗时56ms Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:29:38 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:38 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时2ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/耗时28ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时2ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:29:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:29:39 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:30:01 erlangs CRON[3479964]: (root) CMD (/usr/local/bin/portal-log-push) Aug 26 02:30:01 erlangs CRON[3479965]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:30:01 erlangs CRON[3479966]: (root) CMD (flock -n /opt/host-agent/agent.lock timeout 270 /opt/host-agent/agent.sh >/dev/null 2>&1) Aug 26 02:30:02 erlangs dbus-daemon[883]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.610207' (uid=0 pid=3480024 comm="timedatectl show --property=Timezone --value " label="unconfined") Aug 26 02:30:02 erlangs systemd[1]: Starting Time & Date Service... Aug 26 02:30:02 erlangs dbus-daemon[883]: [system] Successfully activated service 'org.freedesktop.timedate1' Aug 26 02:30:02 erlangs systemd[1]: Started Time & Date Service. Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: Executed DbCommand (39ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:30:03 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:30:03 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:30:03 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:30:03 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/591BB90E12BE1BE73361F3146AA56AC0AED16BC55240B3C1127146987AD53307耗时51ms Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:30:03 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:03 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:30:04 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_0='?' (DbType = Int32), @__p_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:30:04 erlangs IscomAlumni[2880895]: OFFSET @__p_0 ROWS FETCH NEXT @__p_1 ROWS ONLY Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时26ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时2ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时2ms Aug 26 02:30:04 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:04 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时1ms Aug 26 02:30:05 erlangs cron[3480120]: sendmail: recipient address root not accepted by the server Aug 26 02:30:05 erlangs cron[3480120]: sendmail: server message: 501 5.1.3 Invalid address Aug 26 02:30:05 erlangs cron[3480120]: sendmail: could not send mail (account default from /etc/msmtprc) Aug 26 02:30:05 erlangs CRON[3479961]: (root) MAIL (mailed 157 bytes of output but got status 0x0041 from MTA#012) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: 接口/耗时30ms Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: 接口/耗时27ms Aug 26 02:30:10 erlangs crontab[3480583]: (root) LIST (root) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (36ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:10 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:10 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/9A5FDCD3DFD1EC564150844CDA201E01B139ADE4DA13F2D73DBF5BA74C27839B耗时53ms Aug 26 02:30:11 erlangs crontab[3480616]: (root) LIST (root) Aug 26 02:30:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:11 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:30:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:11 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:30:11 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:11 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时2ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:30:12 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:12 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:30:14 erlangs ntpd[3500740]: Soliciting pool server 2620:2d:4000:1::40 Aug 26 02:30:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:30:26 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[@__p_0='?' (DbType = Int32), @__p_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:30:26 erlangs IscomAlumni[2880895]: OFFSET @__p_0 ROWS FETCH NEXT @__p_1 ROWS ONLY Aug 26 02:30:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:26 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:26 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:26 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时16ms Aug 26 02:30:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/icon-bus.svg耗时0ms Aug 26 02:30:27 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:27 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/icon-coffee.svg耗时0ms Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Executed DbCommand (37ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:30:32 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:30:32 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/B9AB6E2D6B44D91C3403BFC21D168EB61691AF8825F625C705441C53FCB82E02耗时53ms Aug 26 02:30:32 erlangs systemd[1]: systemd-timedated.service: Deactivated successfully. Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:30:32 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:30:32 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/ADB65791B0B7B003AE71E4FA629BD31670F775D1DF9349469E42B24ADA059E20耗时50ms Aug 26 02:30:32 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:32 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:30:33 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:33 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:30:36 erlangs systemd[1]: Starting Daily man-db regeneration... Aug 26 02:30:37 erlangs systemd[1]: man-db.service: Deactivated successfully. Aug 26 02:30:37 erlangs systemd[1]: Finished Daily man-db regeneration. Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (7ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (11ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:39 erlangs IscomAlumni[2880895]: 接口/耗时48ms Aug 26 02:30:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: Executed DbCommand (5ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__vmParam_Area_1='?' (Size = 1) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:30:49 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: WHERE ([n].[Category] = @__vmParam_Type_0) AND ([n].[Area] = @__vmParam_Area_1) Aug 26 02:30:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__vmParam_Area_1='?' (Size = 1) (DbType = AnsiString), @__p_2='?' (DbType = Int32), @__p_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: WHERE ([n].[Category] = @__vmParam_Type_0) AND ([n].[Area] = @__vmParam_Area_1) Aug 26 02:30:49 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:30:49 erlangs IscomAlumni[2880895]: OFFSET @__p_2 ROWS FETCH NEXT @__p_3 ROWS ONLY Aug 26 02:30:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:49 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:49 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时26ms Aug 26 02:30:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:30:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__vmParam_Area_1='?' (Size = 1) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:30:51 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: WHERE ([n].[Category] = @__vmParam_Type_0) AND ([n].[Area] = @__vmParam_Area_1) Aug 26 02:30:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__vmParam_Area_1='?' (Size = 1) (DbType = AnsiString), @__p_2='?' (DbType = Int32), @__p_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: WHERE ([n].[Category] = @__vmParam_Type_0) AND ([n].[Area] = @__vmParam_Area_1) Aug 26 02:30:51 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:30:51 erlangs IscomAlumni[2880895]: OFFSET @__p_2 ROWS FETCH NEXT @__p_3 ROWS ONLY Aug 26 02:30:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:30:51 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:30:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:30:51 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时30ms Aug 26 02:31:01 erlangs CRON[3496292]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:31:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__vmParam_Area_1='?' (Size = 1) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:31:08 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: WHERE ([n].[Category] = @__vmParam_Type_0) AND ([n].[Area] = @__vmParam_Area_1) Aug 26 02:31:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__vmParam_Area_1='?' (Size = 1) (DbType = AnsiString), @__p_2='?' (DbType = Int32), @__p_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: WHERE ([n].[Category] = @__vmParam_Type_0) AND ([n].[Area] = @__vmParam_Area_1) Aug 26 02:31:08 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:31:08 erlangs IscomAlumni[2880895]: OFFSET @__p_2 ROWS FETCH NEXT @__p_3 ROWS ONLY Aug 26 02:31:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:08 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:08 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:08 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时24ms Aug 26 02:31:13 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:13 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:31:13 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: WHERE [n].[Category] = @__vmParam_Type_0 Aug 26 02:31:13 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__p_1='?' (DbType = Int32), @__p_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: WHERE [n].[Category] = @__vmParam_Type_0 Aug 26 02:31:13 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:31:13 erlangs IscomAlumni[2880895]: OFFSET @__p_1 ROWS FETCH NEXT @__p_2 ROWS ONLY Aug 26 02:31:13 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:13 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:13 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:13 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时20ms Aug 26 02:31:19 erlangs ntpd[3500740]: Soliciting pool server 2620:2d:4000:1::3f Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: SELECT COUNT(*) Aug 26 02:31:25 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: WHERE [n].[Category] = @__vmParam_Type_0 Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[@__vmParam_Type_0='?' (Size = 1) (DbType = AnsiString), @__p_1='?' (DbType = Int32), @__p_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: SELECT [n].[MID], [n].[Area], [n].[Category], [n].[CreateDate], [n].[CreateUser], [n0].[MID], [n0].[DID], [n0].[Content], [n0].[CreateDate], [n0].[CreateUser], [n0].[Date], [n0].[Information], [n0].[Link], [n0].[Name], [n0].[Remark] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: FROM [NtuStoreOfferM] AS [n] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: LEFT JOIN [NtuStoreOfferD] AS [n0] ON [n].[MID] = [n0].[MID] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: WHERE [n].[Category] = @__vmParam_Type_0 Aug 26 02:31:25 erlangs IscomAlumni[2880895]: ORDER BY (SELECT 1) Aug 26 02:31:25 erlangs IscomAlumni[2880895]: OFFSET @__p_1 ROWS FETCH NEXT @__p_2 ROWS ONLY Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: 接口/Store/StoreList耗时16ms Aug 26 02:31:25 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:25 erlangs IscomAlumni[2880895]: 接口/areas/frontend/img/icon/icon-basket.svg耗时1ms Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:39 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:39 erlangs IscomAlumni[2880895]: 接口/耗时28ms Aug 26 02:31:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: Executed DbCommand (41ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:31:49 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:31:49 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:31:49 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:31:49 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:49 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:49 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/49397269765B4CD7F04A9D32F94FEEC264FDF277E75B97143BC663D932F04134耗时53ms Aug 26 02:31:49 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:49 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: Executed DbCommand (35ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:31:50 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:31:50 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:31:50 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:31:50 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/C6F0476ED26B3BE1660F3304B1B3B1D8953F52C3A431691FD7B38386D18DDCB3耗时48ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时1ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/v2.9.2/dist/parsley.css耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/animate.min.css耗时1ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:31:50 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:50 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:31:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:51 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.css耗时0ms Aug 26 02:31:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:51 erlangs IscomAlumni[2880895]: 接口/areas/frontend/css/custom.css耗时1ms Aug 26 02:31:51 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:51 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/jquery.min.js耗时3ms Aug 26 02:31:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:52 erlangs IscomAlumni[2880895]: 接口/areas/frontend/js/wow.min.js耗时0ms Aug 26 02:31:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:52 erlangs IscomAlumni[2880895]: 接口/lib/daterangepicker/daterangepicker-custom.js耗时2ms Aug 26 02:31:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:52 erlangs IscomAlumni[2880895]: 接口/lib/cdnjs/select2/v3.5.0/select2.min.js耗时0ms Aug 26 02:31:52 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:52 erlangs IscomAlumni[2880895]: 接口/lib/bootstrap-fileinput/fileinput-custom.js耗时0ms Aug 26 02:31:54 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: 接口/lib/Parsley/parsley-custom.js耗时0ms Aug 26 02:31:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: Executed DbCommand (34ms) [Parameters=[@__8__locals1_id_0='?' (Size = 10) (DbType = AnsiString)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: SELECT [t].[ActID], [t].[ActCadres], [t].[ActCategoryID], [t].[ActivityEDate], [t].[ActivitySDate], [t].[AlumniPrice], [t].[Attach], [t].[CardDiscountEndDate], [t].[CardDiscountStartDate], [t].[Content], [t].[CreateDate], [t].[CreateUser], [t].[IsCashAPI], [t].[IsDelete], [t].[IsMeal], [t].[IsTour], [t].[Location], [t].[ModifyDate], [t].[ModifyUser], [t].[Name], [t].[Object], [t].[Organizers], [t].[PeersPrice], [t].[PeopleLimit], [t].[PhotoLink], [t].[ShowEndDate], [t].[ShowStartDate], [t].[SignUpEDate], [t].[SignUpSDate], [t].[VideoLink], [t].[WebLink], [t].[ActCategoryID0], [t].[CreateDate0], [t].[CreateUser0], [t].[IsDelete0], [t].[ModifyDate0], [t].[ModifyUser0], [t].[Name0], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: FROM ( Aug 26 02:31:54 erlangs IscomAlumni[2880895]: SELECT TOP(2) [n].[ActID], [n].[ActCadres], [n].[ActCategoryID], [n].[ActivityEDate], [n].[ActivitySDate], [n].[AlumniPrice], [n].[Attach], [n].[CardDiscountEndDate], [n].[CardDiscountStartDate], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[IsCashAPI], [n].[IsDelete], [n].[IsMeal], [n].[IsTour], [n].[Location], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[Object], [n].[Organizers], [n].[PeersPrice], [n].[PeopleLimit], [n].[PhotoLink], [n].[ShowEndDate], [n].[ShowStartDate], [n].[SignUpEDate], [n].[SignUpSDate], [n].[VideoLink], [n].[WebLink], [n0].[ActCategoryID] AS [ActCategoryID0], [n0].[CreateDate] AS [CreateDate0], [n0].[CreateUser] AS [CreateUser0], [n0].[IsDelete] AS [IsDelete0], [n0].[ModifyDate] AS [ModifyDate0], [n0].[ModifyUser] AS [ModifyUser0], [n0].[Name] AS [Name0] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: FROM [NtuActivity] AS [n] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: INNER JOIN [NtuActivityCategory] AS [n0] ON [n].[ActCategoryID] = [n0].[ActCategoryID] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[ActID] = @__8__locals1_id_0) Aug 26 02:31:54 erlangs IscomAlumni[2880895]: ) AS [t] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: OUTER APPLY ( Aug 26 02:31:54 erlangs IscomAlumni[2880895]: SELECT [t1].[FileID], [t1].[CreateDate], [t1].[CreateUser], [t1].[FileDescription], [t1].[FileName], [t1].[FilePath], [t1].[FilePathM], [t1].[FilePathS], [t1].[FileRealName], [t1].[IsDelete], [t1].[ModifyDate], [t1].[ModifyUser], [t1].[Order] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t1] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: WHERE ([t].[Attach] IS NOT NULL AND NOT ([t].[Attach] LIKE '')) AND (([t1].[FileID] LIKE '') OR (CHARINDEX([t1].[FileID], [t].[Attach]) > 0)) Aug 26 02:31:54 erlangs IscomAlumni[2880895]: ) AS [t0] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: ORDER BY [t].[ActID], [t].[ActCategoryID0] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:54 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:54 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:54 erlangs IscomAlumni[2880895]: 接口/Activity/ActivityDetail/F41EE3A4970492E84C0AE4406A3AB4DAC077140A8860BE85C2210C8658AE1DC6耗时45ms Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (4ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE ((([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS smallint))) AND (@__dtNow_0 >= [n].[SDate])) AND ([n].[EDate] IS NULL OR ([n].[EDate] IS NOT NULL AND (@__dtNow_0 < [n].[EDate]))) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ORDER BY CASE Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: END DESC Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: SELECT [n].[FooterLinkID], [n].[CreateDate], [n].[CreateUser], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[NameEng], [n].[Order], [n].[PictureID], [n].[Status], [t].[FilePath] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: FROM [NtuFooterLink] AS [n] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: INNER JOIN [TbFileInfo] AS [t] ON [n].[PictureID] = [t].[FileID] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND ([n].[Status] = CAST(1 AS bit)) Aug 26 02:31:57 erlangs IscomAlumni[2880895]: info: BASE.Middlewares.CalculateExecutionTimeMiddleware[0] Aug 26 02:31:57 erlangs IscomAlumni[2880895]: 接口/耗时30ms Aug 26 02:32:01 erlangs CRON[3502433]: (root) CMD (/sbin/monitor_dotnet.sh ) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Infrastructure[10403] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: Entity Framework Core 6.0.1 initialized 'DBContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.1' with options: None Aug 26 02:32:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE (([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1)))) AND (([n].[IsSpotNews] IS NOT NULL) AND ([n].[IsSpotNews] = CAST(1 AS bit))) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:32:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_2='?' (DbType = Int32), @__dtnow_0='?' (DbType = DateTime), @__dtnow_1='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_2) [n].[NewsID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EndDate], [n].[IsDelete], [n].[IsSent], [n].[IsSpotNews], [n].[ModifyDate], [n].[ModifyUser], [n].[Photo], [n].[SendDate], [n].[StartDate], [n].[Summary], [n].[Title], [n].[Type], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [NtuNews] AS [n] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[Photo] = [t0].[FileID] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE ([n].[IsDelete] = CAST(0 AS bit)) AND (([n].[StartDate] < @__dtnow_0) AND ([n].[EndDate] IS NULL OR ([n].[EndDate] > @__dtnow_1))) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ORDER BY [n].[StartDate] DESC Aug 26 02:32:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT TOP(1) [n].[AboutID], [n].[LangCode], [n].[Address], [n].[CreateDate], [n].[CreateUser], [n].[Description], [n].[Email], [n].[Fax], [n].[Latitude], [n].[Location], [n].[Longitude], [n].[ModifyDate], [n].[ModifyUser], [n].[Name], [n].[OpeningHours], [n].[Tel] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [NtuAbout] AS [n] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE [n].[LangCode] = 'tw' Aug 26 02:32:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: Executed DbCommand (2ms) [Parameters=[@__p_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_0) [n].[NewsletterID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[Date], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[Order], [n].[Period], [n].[PictureID], [n].[Status], [n].[Title], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [NtuNewsletter] AS [n] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [TbFileInfo] AS [t] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE [t].[IsDelete] = CAST(0 AS bit) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ) AS [t0] ON [n].[PictureID] = [t0].[FileID] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHERE [n].[IsDelete] = CAST(0 AS bit) Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ORDER BY [n].[Order], [n].[Period] DESC Aug 26 02:32:03 erlangs IscomAlumni[2880895]: info: Microsoft.EntityFrameworkCore.Database.Command[20101] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: Executed DbCommand (3ms) [Parameters=[@__p_1='?' (DbType = Int32), @__dtNow_0='?' (DbType = DateTime)], CommandType='Text', CommandTimeout='30'] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT TOP(@__p_1) [n].[ContributeID], [n].[AlumniID], [n].[Content], [n].[CreateDate], [n].[CreateUser], [n].[EDate], [n].[IsDelete], [n].[Link], [n].[ModifyDate], [n].[ModifyUser], [n].[PictureDesc], [n].[PictureID], [n].[PictureLib], [n].[SDate], [n].[Status], [n].[Title], [n].[Type], CASE Aug 26 02:32:03 erlangs IscomAlumni[2880895]: WHEN [n].[SDate] IS NOT NULL THEN [n].[SDate] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: ELSE [n].[CreateDate] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: END AS [OrderDateTime], [t0].[FileID], [t0].[CreateDate], [t0].[CreateUser], [t0].[FileDescription], [t0].[FileName], [t0].[FilePath], [t0].[FilePathM], [t0].[FilePathS], [t0].[FileRealName], [t0].[IsDelete], [t0].[ModifyDate], [t0].[ModifyUser], [t0].[Order] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: FROM [NtuContribute] AS [n] Aug 26 02:32:03 erlangs IscomAlumni[2880895]: LEFT JOIN ( Aug 26 02:32:03 erlangs IscomAlumni[2880895]: SELECT [t].[FileID], [t].[CreateDate], [t].[CreateUser], [t].[FileDescription], [t].[FileName], [t].[FilePath], [t].[FilePathM], [t].[FilePathS], [t].[FileRealName], [t].[IsDelete], [t].[ModifyDate], [t].[ModifyUser], [t].[Order]