22887 lines
1.4 MiB
22887 lines
1.4 MiB
【时间】2021-04-20 09:20:13,666
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:20:13,706
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:20:13,764
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482089' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:20:13,774
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:20:13.7579600+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:20:14,183
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 527.9554 ms
|
|
|
|
【时间】2021-04-20 09:22:36,832
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:22:36,841
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:36,984
|
|
【等级】INF
|
|
【消息】Executed DbCommand (60ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:37,018
|
|
【等级】INF
|
|
【消息】Executed DbCommand (30ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:22:37,150
|
|
【等级】INF
|
|
【消息】Executed DbCommand (59ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:22:37,200
|
|
【等级】INF
|
|
【消息】Executed DbCommand (37ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:22:37,242
|
|
【等级】INF
|
|
【消息】Executed DbCommand (29ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:22:37,256
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:22:37,329
|
|
【等级】INF
|
|
【消息】Executed DbCommand (47ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:22:37,381
|
|
【等级】INF
|
|
【消息】Executed DbCommand (22ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:37,390
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:22:37,398
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:22:37,405
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:22:37,443
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482492' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:37,450
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482088' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:37,458
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:37,467
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='575' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:22:37.4379601+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:22:37,468
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:22:36.8439653+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:22:37,470
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T09:22:36.8439653+08:00' (DbType = String), @p2='2021-04-20T09:22:37.4633215+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:22:37,633
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 814.3694 ms
|
|
|
|
【时间】2021-04-20 09:22:38,159
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:22:38,164
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:22:38,168
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:22:38,172
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:38,188
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:22:38,201
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:22:38,213
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:22:38,219
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:22:38,220
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482087' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:38,235
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:22:38.2156217+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:22:38,275
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482086' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:22:38,302
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 147.2023 ms
|
|
|
|
【时间】2021-04-20 09:22:38,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='59' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:22:38.2723856+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:22:38,790
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 632.0092 ms
|
|
|
|
【时间】2021-04-20 09:24:32,323
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:24:32,401
|
|
【等级】INF
|
|
【消息】Executed DbCommand (74ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:24:32,480
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:24:32,525
|
|
【等级】INF
|
|
【消息】Executed DbCommand (39ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:24:32,527
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482085' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:24:32,535
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:24:32,617
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='111' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:24:32.5213279+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:24:32,635
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:24:32,667
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 350.6345 ms
|
|
|
|
【时间】2021-04-20 09:24:32,887
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:24:32,892
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:24:32,937
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482084' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:24:33,202
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='412' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:24:32.9298147+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:24:33,268
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 795.5323 ms
|
|
|
|
【时间】2021-04-20 09:25:01,374
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:25:01,402
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:01,464
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:01,477
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:25:01,501
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:25:01,514
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:25:01,532
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:25:01,543
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:25:01,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:25:01,567
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:01,578
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:25:01,590
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:25:01,601
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:25:01,666
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482491' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:01,674
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482083' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:01,684
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:01,693
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='230' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:25:01.6557848+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:25:01,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:25:01.4070694+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:25:01,696
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T09:25:01.4070694+08:00' (DbType = String), @p2='2021-04-20T09:25:01.6871664+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:25:01,779
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 412.3184 ms
|
|
|
|
【时间】2021-04-20 09:25:02,349
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:25:02,354
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:25:02,467
|
|
【等级】INF
|
|
【消息】Executed DbCommand (115ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:25:02,539
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482082' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:02,543
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='117' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:25:02.5158706+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:25:02,617
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 272.2230 ms
|
|
|
|
【时间】2021-04-20 09:25:02,625
|
|
【等级】INF
|
|
【消息】Executed DbCommand (269ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:02,732
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:25:02,738
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:25:02,743
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:25:02,750
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:25:02,844
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482081' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:25:02,850
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='454' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:25:02.8396784+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:25:02,928
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 577.4333 ms
|
|
|
|
【时间】2021-04-20 09:28:07,751
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:28:07,767
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:07,828
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:07,847
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:28:07,856
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:28:07,866
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:28:07,885
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:28:07,897
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:28:07,905
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:28:07,918
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:07,933
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:28:07,944
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:28:07,952
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:28:08,005
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482490' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:08,016
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482080' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:08,027
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:08,036
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='204' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:28:08.0001607+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:28:08,037
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:28:07.7719695+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:28:08,038
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T09:28:07.7719695+08:00' (DbType = String), @p2='2021-04-20T09:28:08.0314704+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:28:08,197
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 452.1626 ms
|
|
|
|
【时间】2021-04-20 09:28:08,805
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:28:08,805
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:28:08,812
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:08,812
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:28:08,824
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:28:08,897
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482079' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:08,902
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:28:08.8907513+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:28:08,902
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:28:08,983
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:28:08,986
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:28:09,031
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 230.0330 ms
|
|
|
|
【时间】2021-04-20 09:28:09,189
|
|
【等级】INF
|
|
【消息】Executed DbCommand (168ms) [Parameters=[@__p_0='-2147482078' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:28:09,215
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='181' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:28:09.0180389+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:28:09,296
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 494.4405 ms
|
|
|
|
【时间】2021-04-20 09:30:34,663
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:30:34,685
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:34,731
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:34,739
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:30:34,750
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:30:34,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:30:34,794
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:30:34,804
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:30:34,814
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:30:34,822
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:34,833
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:30:34,843
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:30:34,850
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:30:34,897
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482489' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:34,905
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482077' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:34,914
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:34,921
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='188' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:30:34.8904172+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:30:34,922
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:30:34.6940035+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:30:34,923
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T09:30:34.6940035+08:00' (DbType = String), @p2='2021-04-20T09:30:34.9164441+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:30:35,086
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 448.9909 ms
|
|
|
|
【时间】2021-04-20 09:30:35,576
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:30:35,602
|
|
【等级】INF
|
|
【消息】Executed DbCommand (24ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:30:35,637
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:30:35,687
|
|
【等级】INF
|
|
【消息】Executed DbCommand (48ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:35,783
|
|
【等级】INF
|
|
【消息】Executed DbCommand (40ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:30:35,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (65ms) [Parameters=[@__p_0='-2147482076' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:35,788
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:30:35,791
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:30:35,795
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:30:35,924
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482075' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:30:35,928
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='254' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:30:35.9213118+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:30:36,055
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 421.6347 ms
|
|
|
|
【时间】2021-04-20 09:30:36,104
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='58' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:30:35.7165524+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:30:36,134
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 562.4357 ms
|
|
|
|
【时间】2021-04-20 09:31:51,381
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:31:51,413
|
|
【等级】INF
|
|
【消息】Executed DbCommand (21ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:51,475
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:51,483
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:31:51,491
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:31:51,515
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:31:51,530
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:31:51,545
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:31:51,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:31:51,570
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:51,581
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:31:51,589
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:31:51,599
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:31:51,652
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:51,666
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482074' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:51,674
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:51,686
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='215' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:31:51.6460759+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:31:51,687
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:31:51.4190369+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:31:51,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T09:31:51.4190369+08:00' (DbType = String), @p2='2021-04-20T09:31:51.6766282+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:31:51,846
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 469.5200 ms
|
|
|
|
【时间】2021-04-20 09:31:52,436
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:31:52,459
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:31:52,531
|
|
【等级】INF
|
|
【消息】Executed DbCommand (70ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:52,534
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:31:52,538
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:31:52,543
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:31:52,547
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:31:52,618
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482073' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:52,621
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='128' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:31:52.6153714+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:31:52,705
|
|
【等级】INF
|
|
【消息】Executed DbCommand (264ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:31:52,934
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 479.6012 ms
|
|
|
|
【时间】2021-04-20 09:31:53,109
|
|
【等级】INF
|
|
【消息】Executed DbCommand (191ms) [Parameters=[@__p_0='-2147482072' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:31:53,154
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='446' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:31:52.9158943+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:31:53,264
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 830.5755 ms
|
|
|
|
【时间】2021-04-20 09:32:16,913
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:16,935
|
|
【等级】INF
|
|
【消息】Executed DbCommand (18ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:17,054
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:17,066
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:32:17,079
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:32:17,095
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:32:17,117
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:17,134
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:32:17,153
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:32:17,181
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:17,198
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:17,214
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:17,222
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:32:17,304
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482487' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:17,312
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482071' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:17,318
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:17,329
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='312' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:32:17.2945702+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:17,330
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:32:16.9518602+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:17,334
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T09:32:16.9518602+08:00' (DbType = String), @p2='2021-04-20T09:32:17.3209469+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:32:17,497
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 605.4936 ms
|
|
|
|
【时间】2021-04-20 09:32:18,165
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:18,166
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:18,171
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:32:18,248
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482070' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:18,253
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='5' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:32:18.2210637+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:18,302
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 141.7958 ms
|
|
|
|
【时间】2021-04-20 09:32:18,325
|
|
【等级】INF
|
|
【消息】Executed DbCommand (157ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:18,362
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:18,372
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:18,383
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:32:18,394
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:32:18,461
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482069' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:18,467
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='232' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:32:18.4528088+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:18,542
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 381.2226 ms
|
|
|
|
【时间】2021-04-20 09:32:54,862
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:55,651
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__input_Account_0='superAdmin' (Size = 10), @__encryptPasswod_1='e10adc3949ba59abbe56e057f20f883e' (Size = 32)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND (("s"."Account" = @__input_Account_0) AND ("s"."Password" = @__encryptPasswod_1))
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:55,780
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482068' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:55,788
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0=NULL, @p1='Firefox77' (Size = 9), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='807' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/login' (Size = 27), @p6=NULL, @p7='login' (Size = 5), @p8='login' (Size = 5), @p9='2021-04-20T09:32:55.7678884+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/login' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:55,876
|
|
【等级】INF
|
|
【消息】HTTP POST /login responded 200 in 1035.5975 ms
|
|
|
|
【时间】2021-04-20 09:32:56,149
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:56,155
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,204
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:32:56,211
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:32:56,218
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:32:56,230
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:56,236
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:32:56,244
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:32:56,252
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,263
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:56,271
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:56,281
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:32:56,320
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,328
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482067' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,343
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Firefox77' (Size = 9), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='133' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:32:56.3158447+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:56,344
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Firefox77' (Size = 9), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:32:56.1585541+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:56,345
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T09:32:56.1585541+08:00' (DbType = String), @p2='2021-04-20T09:32:56.3372963+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:32:56,414
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 268.5183 ms
|
|
|
|
【时间】2021-04-20 09:32:56,826
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:56,826
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:32:56,831
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,831
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:32:56,841
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:56,847
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:32:56,858
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:32:56,867
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:32:56,891
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482066' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,903
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Firefox77' (Size = 9), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='6' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:32:56.8836929+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:56,920
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482065' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:32:56,952
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 130.5944 ms
|
|
|
|
【时间】2021-04-20 09:32:57,073
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Firefox77' (Size = 9), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='44' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:32:56.9089577+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:32:57,118
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 296.2821 ms
|
|
|
|
【时间】2021-04-20 09:38:58,933
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:38:58,960
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,038
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,050
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:38:59,061
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:38:59,073
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:38:59,079
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:38:59,087
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:38:59,094
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:38:59,102
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,109
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:38:59,116
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:38:59,125
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:38:59,165
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482485' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,174
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482064' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,184
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,193
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='193' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:38:59.1604895+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:38:59,194
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:38:58.9648375+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:38:59,194
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T09:38:58.9648375+08:00' (DbType = String), @p2='2021-04-20T09:38:59.1881500+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:38:59,349
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 421.6412 ms
|
|
|
|
【时间】2021-04-20 09:38:59,761
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:38:59,761
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:38:59,774
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,775
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:38:59,783
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:38:59,800
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:38:59,857
|
|
【等级】INF
|
|
【消息】Executed DbCommand (48ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:38:59,879
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:38:59,915
|
|
【等级】INF
|
|
【消息】Executed DbCommand (22ms) [Parameters=[@__p_0='-2147482063' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,921
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:38:59.8915126+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:38:59,947
|
|
【等级】INF
|
|
【消息】Executed DbCommand (23ms) [Parameters=[@__p_0='-2147482062' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:38:59,979
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 225.4729 ms
|
|
|
|
【时间】2021-04-20 09:39:00,105
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='119' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:38:59.9222294+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:39:00,137
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 381.1619 ms
|
|
|
|
【时间】2021-04-20 09:43:18,101
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:43:18,103
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:43:18,108
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:43:18,109
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:43:18,115
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:43:18,126
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:43:18,132
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:43:18,138
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:43:18,180
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482061' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:43:18,180
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482060' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:43:18,184
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:43:18.1728445+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:43:19,053
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 955.8635 ms
|
|
|
|
【时间】2021-04-20 09:43:19,114
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:43:18.1734906+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:43:19,154
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 1056.7683 ms
|
|
|
|
【时间】2021-04-20 09:44:52,912
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:44:52,922
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:44:52,938
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:44:52,946
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:44:52,959
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:44:52,975
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:44:52,984
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482059' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:44:52,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:44:52,994
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:44:52,994
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:44:52.9764691+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:44:53,078
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 172.3995 ms
|
|
|
|
【时间】2021-04-20 09:44:53,228
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[@__p_0='-2147482058' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:44:53,245
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='77' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:44:53.0648085+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:44:53,321
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 389.4716 ms
|
|
|
|
【时间】2021-04-20 09:50:21,944
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:50:21,982
|
|
【等级】INF
|
|
【消息】Executed DbCommand (29ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,056
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,073
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:50:22,084
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:50:22,091
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:50:22,102
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:22,123
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:50:22,133
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:50:22,142
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,152
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:22,166
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:22,173
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:50:22,218
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,226
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482057' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,241
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,257
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='230' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:50:22.2111339+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:50:22,258
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:50:21.9869008+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:50:22,259
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T09:50:21.9869008+08:00' (DbType = String), @p2='2021-04-20T09:50:22.2465612+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:50:22,409
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 473.6895 ms
|
|
|
|
【时间】2021-04-20 09:50:22,800
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:50:22,806
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,807
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:50:22,815
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:22,822
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:22,826
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:50:22,827
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:50:22,832
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:50:22,892
|
|
【等级】INF
|
|
【消息】Executed DbCommand (22ms) [Parameters=[@__p_0='-2147482056' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:22,927
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:50:22.8678476+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:50:22,993
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 199.7746 ms
|
|
|
|
【时间】2021-04-20 09:50:23,074
|
|
【等级】INF
|
|
【消息】Executed DbCommand (164ms) [Parameters=[@__p_0='-2147482055' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:23,084
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:50:22.9067236+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:50:23,149
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 356.0133 ms
|
|
|
|
【时间】2021-04-20 09:50:52,989
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:50:52,999
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:50:53,003
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:50:53,003
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:53,022
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:53,029
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:50:53,038
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:50:53,047
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:50:53,057
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482054' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:53,064
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:50:53.0520865+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:50:53,181
|
|
【等级】INF
|
|
【消息】Executed DbCommand (91ms) [Parameters=[@__p_0='-2147482053' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:50:53,210
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 224.6338 ms
|
|
|
|
【时间】2021-04-20 09:50:53,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='50' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:50:53.0865931+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:50:53,367
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 374.6901 ms
|
|
|
|
【时间】2021-04-20 09:52:08,022
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:52:08,076
|
|
【等级】INF
|
|
【消息】Executed DbCommand (29ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,155
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,173
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:52:08,190
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 09:52:08,203
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 09:52:08,216
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:52:08,227
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:52:08,239
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 09:52:08,255
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,266
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:52:08,277
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:52:08,291
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:52:08,343
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,359
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482052' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,375
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,390
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='269' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T09:52:08.3376917+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:52:08,391
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T09:52:08.0826838+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:52:08,392
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T09:52:08.0826838+08:00' (DbType = String), @p2='2021-04-20T09:52:08.3844590+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 09:52:08,566
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 554.1738 ms
|
|
|
|
【时间】2021-04-20 09:52:08,950
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:52:08,952
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:52:08,957
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:08,957
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:52:08,963
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:52:08,970
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:52:08,976
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:52:08,982
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:52:09,021
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482051' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:09,024
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:52:09.0085956+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:52:09,076
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 137.5107 ms
|
|
|
|
【时间】2021-04-20 09:52:09,171
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[@__p_0='-2147482050' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:52:09,200
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:52:09.0168458+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:52:09,270
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 321.5725 ms
|
|
|
|
【时间】2021-04-20 09:56:37,279
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:56:37,290
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:56:37,303
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:56:37,314
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:56:37,321
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:56:37,331
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:56:37,383
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482049' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:56:37,390
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='53' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:56:37.3726021+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:56:37,801
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 529.4691 ms
|
|
|
|
【时间】2021-04-20 09:59:50,520
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:59:50,536
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:59:50,551
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:59:50,563
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 09:59:50,579
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 09:59:50,586
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 09:59:50,644
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482048' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:59:50,652
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='73' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T09:59:50.6360698+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:59:51,003
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 500.9746 ms
|
|
|
|
【时间】2021-04-20 09:59:52,708
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:59:52,716
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:59:52,854
|
|
【等级】INF
|
|
【消息】Executed DbCommand (40ms) [Parameters=[@__p_0='-2147482047' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:59:52,865
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:59:52.8114493+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:59:52,933
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 230.0549 ms
|
|
|
|
【时间】2021-04-20 09:59:55,679
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 09:59:55,700
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 09:59:55,763
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482046' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 09:59:55,772
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='33' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T09:59:55.7540951+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 09:59:55,951
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 280.0622 ms
|
|
|
|
【时间】2021-04-20 10:00:00,169
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:00:00,182
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:00,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:00,204
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:00,219
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__Format_1='%[150196468240453]%' (Size = 19), @__Parse_2='150196468240453' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE (NOT ("s"."IsDeleted") AND (("s"."Pids" LIKE @__Format_1) OR ("s"."Id" = @__Parse_2))) AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 10:00:00,234
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__Format_1='%[150196468240453]%' (Size = 19), @__Parse_2='150196468240453' (DbType = String), @__p_4='10' (DbType = String), @__p_3='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE (NOT ("s"."IsDeleted") AND (("s"."Pids" LIKE @__Format_1) OR ("s"."Id" = @__Parse_2))) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_4 OFFSET @__p_3
|
|
|
|
【时间】2021-04-20 10:00:00,283
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482045' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:00,296
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='67' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=&pid=150196468240453' (Size = 96), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T10:00:00.2744446+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:00:00,455
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=&pid=150196468240453 responded 200 in 294.3240 ms
|
|
|
|
【时间】2021-04-20 10:00:01,338
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:00:01,346
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:00:01,450
|
|
【等级】INF
|
|
【消息】Executed DbCommand (18ms) [Parameters=[@__p_0='-2147482044' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:01,503
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:00:01.4241717+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:00:01,577
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 243.5960 ms
|
|
|
|
【时间】2021-04-20 10:00:10,033
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:00:10,041
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:00:10,093
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482043' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:10,102
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:00:10.0833965+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:00:10,260
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 229.4481 ms
|
|
|
|
【时间】2021-04-20 10:00:10,379
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:00:10,385
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:10,400
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:10,411
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:10,419
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 10:00:10,428
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:00:10,496
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482042' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:10,505
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='54' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T10:00:10.4871953+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:00:10,577
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 207.0603 ms
|
|
|
|
【时间】2021-04-20 10:00:52,102
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:00:52,125
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:52,167
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:52,181
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:00:52,190
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:00:52,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 10:00:52,203
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:52,214
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:00:52,224
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:00:52,232
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:52,240
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:52,248
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:00:52,255
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:00:52,327
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__p_0='-2147482482' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:52,338
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482041' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:52,351
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:00:52,366
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='156' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T10:00:52.3000138+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:00:52,368
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T10:00:52.1295515+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:00:52,369
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T10:00:52.1295515+08:00' (DbType = String), @p2='2021-04-20T10:00:52.3542222+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 10:00:52,438
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 344.7103 ms
|
|
|
|
【时间】2021-04-20 10:01:24,340
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:01:24,343
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:01:24,652
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:01:24,659
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 10:01:24,692
|
|
【等级】INF
|
|
【消息】Executed DbCommand (348ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:01:24,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (351ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:01:24,728
|
|
【等级】INF
|
|
【消息】Executed DbCommand (24ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:01:24,782
|
|
【等级】INF
|
|
【消息】Executed DbCommand (67ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:01:24,821
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482040' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:01:24,845
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='85' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T10:01:24.8145459+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:01:24,881
|
|
【等级】INF
|
|
【消息】Executed DbCommand (38ms) [Parameters=[@__p_0='-2147482039' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:01:24,881
|
|
【等级】INF
|
|
【消息】Executed DbCommand (186ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:01:24,910
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 269.4773 ms
|
|
|
|
【时间】2021-04-20 10:01:24,928
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482038' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:01:24,954
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='538' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:01:24.9184499+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:01:24,970
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 634.1879 ms
|
|
|
|
【时间】2021-04-20 10:01:25,053
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='443' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:01:24.8375416+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:01:25,095
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 759.4434 ms
|
|
|
|
【时间】2021-04-20 10:02:15,537
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:02:15,537
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:02:15,545
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:02:15,546
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:02:15,558
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:02:15,601
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482037' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:02:15,619
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:02:15.5944062+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:02:15,677
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 142.9375 ms
|
|
|
|
【时间】2021-04-20 10:02:15,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (165ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:02:15,762
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:02:15,770
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 10:02:15,785
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:02:15,899
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482035' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:02:15,902
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='23' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T10:02:15.8874174+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:02:15,936
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[@__p_0='-2147482036' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:02:15,969
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 218.2466 ms
|
|
|
|
【时间】2021-04-20 10:02:16,141
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='191' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:02:15.7823537+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:02:16,546
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 1012.5073 ms
|
|
|
|
【时间】2021-04-20 10:05:38,650
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:05:38,668
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:38,679
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:05:38,747
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482034' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:38,758
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='33' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:05:38.7424408+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:05:38,780
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:05:38,785
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:38,793
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:05:38,829
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 184.8948 ms
|
|
|
|
【时间】2021-04-20 10:05:38,850
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482033' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:38,864
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:05:38.8448395+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:05:38,929
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 151.6976 ms
|
|
|
|
【时间】2021-04-20 10:05:38,966
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:05:38,982
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 10:05:38,999
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:05:39,080
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__p_0='-2147482032' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:39,093
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='50' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T10:05:39.0644396+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:05:39,160
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 199.5309 ms
|
|
|
|
【时间】2021-04-20 10:05:58,218
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:05:58,228
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:58,243
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:05:58,334
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482031' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:58,335
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:05:58,344
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='28' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:05:58.3223050+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:05:58,347
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:58,376
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:05:58,422
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 213.6420 ms
|
|
|
|
【时间】2021-04-20 10:05:58,492
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[@__p_0='-2147482030' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:58,534
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='42' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:05:58.4503599+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:05:58,561
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:05:58,581
|
|
【等级】INF
|
|
【消息】Executed DbCommand (18ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 10:05:58,588
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:05:58,612
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 281.8347 ms
|
|
|
|
【时间】2021-04-20 10:05:58,822
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482029' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:05:58,831
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='221' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T10:05:58.8163475+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:05:58,949
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 399.5868 ms
|
|
|
|
【时间】2021-04-20 10:07:32,594
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:07:32,632
|
|
【等级】INF
|
|
【消息】Executed DbCommand (22ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:32,682
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:32,694
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:32,705
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:32,716
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 10:07:32,728
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:07:32,743
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:07:32,754
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:07:32,763
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:32,783
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:07:32,794
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:07:32,801
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:07:32,848
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482481' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:32,862
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482028' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:32,874
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:32,883
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='210' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T10:07:32.8430612+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:07:32,884
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T10:07:32.6358590+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:07:32,887
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T10:07:32.6358590+08:00' (DbType = String), @p2='2021-04-20T10:07:32.8785230+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 10:07:33,049
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 470.6791 ms
|
|
|
|
【时间】2021-04-20 10:07:39,125
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:07:39,126
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:07:39,132
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,135
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:07:39,138
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:07:39,138
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:07:39,142
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,142
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,146
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:07:39,151
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:07:39,155
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:07:39,158
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 10:07:39,171
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482027' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,183
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 10:07:39,183
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:07:39.1672808+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:07:39,187
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482026' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,283
|
|
【等级】INF
|
|
【消息】Executed DbCommand (155ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:07:39,309
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,312
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,315
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,318
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,325
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,329
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,332
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,337
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,342
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,348
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,349
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 227.1093 ms
|
|
|
|
【时间】2021-04-20 10:07:39,352
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:07:39,382
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482025' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,399
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='181' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:07:39.3766796+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:07:39,420
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 297.0114 ms
|
|
|
|
【时间】2021-04-20 10:07:39,430
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482024' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:07:39,462
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:07:39.1827308+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:07:39,762
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 628.6953 ms
|
|
|
|
【时间】2021-04-20 10:07:39,878
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='258' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T10:07:39.4268607+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:07:39,920
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 788.5280 ms
|
|
|
|
【时间】2021-04-20 10:08:07,482
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:08:07,540
|
|
【等级】INF
|
|
【消息】Executed DbCommand (50ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:08:07,594
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:08:07,610
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:08:07,625
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:08:07,634
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 10:08:07,642
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:08:07,650
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:08:07,658
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:08:07,666
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:08:07,674
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:08:07,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:08:07,705
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:08:07,750
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482480' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:08:07,762
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482023' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:08:07,773
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:08:07,782
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='226' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T10:08:07.7444941+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:08:07,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T10:08:07.5432975+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:08:07,788
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T10:08:07.5432975+08:00' (DbType = String), @p2='2021-04-20T10:08:07.7761919+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 10:08:07,954
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 476.1943 ms
|
|
|
|
【时间】2021-04-20 10:39:59,494
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:39:59,501
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:39:59,510
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:39:59,510
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:39:59,517
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:39:59,558
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482022' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:39:59,562
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:39:59.5547261+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:39:59,667
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:39:59,902
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 10:39:59,905
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:39:59,967
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 480.2976 ms
|
|
|
|
【时间】2021-04-20 10:40:00,110
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[@__p_0='-2147482021' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:40:00,123
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='411' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T10:39:59.9497513+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:40:00,212
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 722.3288 ms
|
|
|
|
【时间】2021-04-20 10:42:22,695
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:42:22,695
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:42:22,702
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:22,702
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='op_type' (Size = 7)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:22,706
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:42:22,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906494' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:42:22,761
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482020' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:22,779
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=op_type' (Size = 55), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:42:22.7550653+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:42:22,794
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:42:23,144
|
|
【等级】INF
|
|
【消息】Executed DbCommand (325ms) [Parameters=[@__p_0='-2147482019' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:23,244
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=op_type responded 200 in 561.4922 ms
|
|
|
|
【时间】2021-04-20 10:42:23,360
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='26' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:42:22.8127717+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:42:23,432
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 748.9922 ms
|
|
|
|
【时间】2021-04-20 10:42:24,236
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1,081ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
|
|
【时间】2021-04-20 10:42:24,310
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:42:24,439
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482018' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:24,452
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='1561' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 78), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T10:42:24.4347517+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:42:24,561
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 1783.2775 ms
|
|
|
|
【时间】2021-04-20 10:42:53,369
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:42:53,374
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:42:53,385
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__input_Code_0='op_type' (Size = 7)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:53,386
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
|
|
【时间】2021-04-20 10:42:53,393
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906494' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:42:53,393
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:42:53,406
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:42:53,438
|
|
【等级】INF
|
|
【消息】Executed DbCommand (25ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:53,449
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482017' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:53,456
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:42:53,457
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=op_type' (Size = 55), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:42:53.4440980+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:42:53,588
|
|
【等级】INF
|
|
【消息】Executed DbCommand (76ms) [Parameters=[@__p_0='-2147482015' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:53,590
|
|
【等级】INF
|
|
【消息】Executed DbCommand (104ms) [Parameters=[@__p_0='-2147482016' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:42:53,619
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=op_type responded 200 in 259.7653 ms
|
|
|
|
【时间】2021-04-20 10:42:53,743
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='45' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:42:53.5097053+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:42:53,768
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 405.7955 ms
|
|
|
|
【时间】2021-04-20 10:42:53,900
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='41' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10' (Size = 56), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T10:42:53.4795689+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:42:53,934
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10 responded 200 in 573.8557 ms
|
|
|
|
【时间】2021-04-20 10:43:02,854
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:43:02,862
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_OpType_0='2' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."OpType" = @__input_OpType_0
|
|
|
|
【时间】2021-04-20 10:43:02,879
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_OpType_0='2' (Nullable = true) (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."OpType" = @__input_OpType_0
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 10:43:02,920
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482014' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:43:02,926
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='29' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10&opType=2' (Size = 65), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T10:43:02.9157883+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:43:02,990
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10&opType=2 responded 200 in 139.2876 ms
|
|
|
|
【时间】2021-04-20 10:43:07,085
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:43:07,093
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
|
|
【时间】2021-04-20 10:43:07,105
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:43:07,149
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482013' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:43:07,159
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='22' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10' (Size = 56), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T10:43:07.1409780+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:43:07,323
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10 responded 200 in 240.7371 ms
|
|
|
|
【时间】2021-04-20 10:46:21,572
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:21,586
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,593
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:46:21,634
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482012' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,641
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='26' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:46:21.6293052+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:21,644
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:21,756
|
|
【等级】INF
|
|
【消息】Executed DbCommand (106ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,759
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:46:21,840
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 272.0916 ms
|
|
|
|
【时间】2021-04-20 10:46:21,846
|
|
【等级】INF
|
|
【消息】Executed DbCommand (18ms) [Parameters=[@__p_0='-2147482011' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,853
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='113' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:46:21.8233935+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:21,874
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:21,877
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:21,878
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,881
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:46:21,882
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:46:21,884
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:46:21,889
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 10:46:21,892
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 10:46:21,896
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,916
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 274.5407 ms
|
|
|
|
【时间】2021-04-20 10:46:21,922
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482010' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:21,932
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='4' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:46:21.9163868+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:22,017
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 145.3968 ms
|
|
|
|
【时间】2021-04-20 10:46:22,068
|
|
【等级】INF
|
|
【消息】Executed DbCommand (169ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,076
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,085
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:22,091
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,100
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,106
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:22,113
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,120
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,127
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:22,135
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,142
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:22,186
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482009' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:22,193
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='272' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T10:46:22.1746805+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:22,263
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 391.6516 ms
|
|
|
|
【时间】2021-04-20 10:46:31,138
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:31,147
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:31,157
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:46:31,165
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:46:31,176
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 10:46:31,187
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 10:46:31,195
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:31,203
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,211
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,220
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:31,226
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,237
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,242
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:31,249
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,256
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,264
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:31,272
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,281
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:31,331
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482008' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:31,337
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='145' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T10:46:31.3244742+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:31,489
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 353.4144 ms
|
|
|
|
【时间】2021-04-20 10:46:33,806
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:33,808
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:33,809
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:33,814
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:46:33,814
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:46:33,820
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,831
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,833
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:46:33,834
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:46:33,855
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482007' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,858
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='5' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:46:33.8500992+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:33,860
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:46:33,898
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 10:46:33,901
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 10:46:33,904
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,907
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,911
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,914
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,917
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,920
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,923
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,927
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,929
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 123.2057 ms
|
|
|
|
【时间】2021-04-20 10:46:33,933
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,937
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:33,941
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,946
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:46:33,971
|
|
【等级】INF
|
|
【消息】Executed DbCommand (160ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:34,010
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:46:34,031
|
|
【等级】INF
|
|
【消息】Executed DbCommand (159ms) [Parameters=[@__p_0='-2147482006' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:34,043
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:46:33.8697692+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:34,067
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482004' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:34,100
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 299.4641 ms
|
|
|
|
【时间】2021-04-20 10:46:34,141
|
|
【等级】INF
|
|
【消息】Executed DbCommand (156ms) [Parameters=[@__p_0='-2147482005' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:46:34,145
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='118' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T10:46:33.9831547+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:34,160
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 351.5742 ms
|
|
|
|
【时间】2021-04-20 10:46:34,221
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='205' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:46:34.0599449+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:46:34,259
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 453.6978 ms
|
|
|
|
【时间】2021-04-20 10:50:24,257
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:50:24,271
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:50:24,301
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:50:24,307
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:50:24,312
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482003' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:50:24,316
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='16' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:50:24.3060427+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:50:24,375
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 157.0097 ms
|
|
|
|
【时间】2021-04-20 10:50:24,463
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:50:24,484
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:50:24,493
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 10:50:24,499
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:50:24,537
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482002' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:50:24,546
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='200' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T10:50:24.5323628+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:50:24,614
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 316.5530 ms
|
|
|
|
【时间】2021-04-20 10:51:05,064
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:51:05,079
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 10:51:05,101
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 10:51:05,162
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__p_0='-2147482001' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:51:05,174
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T10:51:05.1511060+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:51:05,289
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 361.2994 ms
|
|
|
|
【时间】2021-04-20 10:51:37,786
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:51:37,791
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 10:51:37,801
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 10:51:37,848
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482000' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:51:37,856
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T10:51:37.8403054+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:51:37,923
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 151.0881 ms
|
|
|
|
【时间】2021-04-20 10:52:53,385
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:52:53,391
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 10:52:53,399
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 10:52:53,451
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481999' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:52:53,461
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='15' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T10:52:53.4384629+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:52:53,545
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 164.9927 ms
|
|
|
|
【时间】2021-04-20 10:53:51,377
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:53:51,384
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 10:53:51,391
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 10:53:51,436
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147481998' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:53:51,449
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='18' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T10:53:51.4307164+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:53:51,518
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 145.7237 ms
|
|
|
|
【时间】2021-04-20 10:54:08,904
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:54:08,905
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:54:08,912
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:08,915
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:54:08,952
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481997' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:08,955
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:54:08.9490461+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:54:09,063
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:09,077
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:54:09,118
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 221.3112 ms
|
|
|
|
【时间】2021-04-20 10:54:09,128
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481996' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:09,138
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='172' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:54:09.1195392+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:54:09,201
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:54:09,208
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 305.4035 ms
|
|
|
|
【时间】2021-04-20 10:54:09,215
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 10:54:09,225
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:54:09,268
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481995' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:09,278
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='28' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T10:54:09.2639228+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:54:09,349
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 151.8197 ms
|
|
|
|
【时间】2021-04-20 10:54:12,160
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:54:12,302
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Id_0='148392943390789' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__input_Id_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:12,381
|
|
【等级】INF
|
|
【消息】Executed DbCommand (36ms) [Parameters=[@__appCode_0='13123' (Size = 5)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT EXISTS (
|
|
SELECT 1
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND (("s"."Application" = @__appCode_0) AND ("s"."Status" <> 2)))
|
|
|
|
【时间】2021-04-20 10:54:12,451
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481994' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:12,464
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='148392943390789' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:12,470
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='148392943390789' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_app"
|
|
WHERE "Id" = @p0;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 10:54:12,471
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='217' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/delete' (Size = 35), @p6=NULL, @p7='app' (Size = 3), @p8='app' (Size = 3), @p9='2021-04-20T10:54:12.4292228+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/delete' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:54:12,556
|
|
【等级】INF
|
|
【消息】HTTP POST /sysApp/delete responded 200 in 401.7500 ms
|
|
|
|
【时间】2021-04-20 10:54:12,608
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:54:12,613
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 10:54:12,622
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:54:12,681
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481993' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:54:12,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='23' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T10:54:12.6712173+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:54:12,777
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 175.5236 ms
|
|
|
|
【时间】2021-04-20 10:55:29,849
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:29,866
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:29,954
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:29,969
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:29,983
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:29,996
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 10:55:30,004
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:30,015
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:55:30,027
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 10:55:30,037
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:30,050
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:30,062
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:30,074
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:55:30,118
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482479' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:30,130
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147481992' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:30,142
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:30,150
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='227' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T10:55:30.1110098+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:30,151
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T10:55:29.8866063+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:30,152
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T10:55:29.8866063+08:00' (DbType = String), @p2='2021-04-20T10:55:30.1463637+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 10:55:30,561
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 719.8915 ms
|
|
|
|
【时间】2021-04-20 10:55:33,648
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:33,660
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:33,665
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,668
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:33,668
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:55:33,668
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:33,672
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:55:33,674
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,678
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:33,705
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:33,709
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 10:55:33,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 10:55:33,717
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481991' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,719
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481990' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,726
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,727
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:55:33.7163046+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:33,760
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,763
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,766
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,768
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,771
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,775
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,779
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,782
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,785
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,788
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,792
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 10:55:33,793
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 148.0732 ms
|
|
|
|
【时间】2021-04-20 10:55:33,828
|
|
【等级】INF
|
|
【消息】Executed DbCommand (166ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,832
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:55:33,835
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481989' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,838
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='125' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T10:55:33.8315329+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:33,864
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 197.8976 ms
|
|
|
|
【时间】2021-04-20 10:55:33,875
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481988' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:33,878
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='172' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T10:55:33.8701791+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:33,891
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 235.6366 ms
|
|
|
|
【时间】2021-04-20 10:55:34,035
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='3' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:55:33.7141185+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:34,093
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 427.1601 ms
|
|
|
|
【时间】2021-04-20 10:55:37,492
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:37,493
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:37,498
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:37,498
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 10:55:37,505
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:37,516
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 10:55:37,528
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 10:55:37,535
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 10:55:37,548
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481987' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:37,554
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='5' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T10:55:37.5436375+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:37,583
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481986' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:37,608
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 120.0330 ms
|
|
|
|
【时间】2021-04-20 10:55:37,737
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='46' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T10:55:37.5779254+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:37,776
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 287.7142 ms
|
|
|
|
【时间】2021-04-20 10:55:55,575
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 10:55:55,595
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_pos" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 10:55:55,611
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_pos" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 10:55:55,670
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481985' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 10:55:55,678
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysPosService' (Size = 32), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysPos/page?pageNo=1&pageSize=10' (Size = 54), @p6=NULL, @p7='pos-page-list' (Size = 13), @p8='pos-page-list' (Size = 13), @p9='2021-04-20T10:55:55.6668130+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysPos/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 10:55:55,834
|
|
【等级】INF
|
|
【消息】HTTP GET /sysPos/page?pageNo=1&pageSize=10 responded 200 in 281.2415 ms
|
|
|
|
【时间】2021-04-20 11:10:09,980
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:09,995
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:10,005
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:10,053
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481984' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:10,061
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='22' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:10:10.0443804+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:10,087
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:10,280
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:10,425
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 11:10:10,425
|
|
【等级】INF
|
|
【消息】Executed DbCommand (336ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:10,430
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 11:10:10,434
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:10,478
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481983' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:10,524
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481982' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:10,529
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 561.5123 ms
|
|
|
|
【时间】2021-04-20 11:10:10,638
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='353' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:10:10.4744640+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:10,656
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 571.9150 ms
|
|
|
|
【时间】2021-04-20 11:10:10,686
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T11:10:10.5188821+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:10,726
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 448.8290 ms
|
|
|
|
【时间】2021-04-20 11:10:18,389
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:18,428
|
|
【等级】INF
|
|
【消息】Executed DbCommand (37ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 11:10:18,447
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 11:10:18,487
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481981' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:18,498
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='60' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T11:10:18.4808801+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:18,657
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 283.7871 ms
|
|
|
|
【时间】2021-04-20 11:10:21,003
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:21,010
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='data_scope_type' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:21,019
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906492' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:21,070
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481980' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:21,078
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=data_scope_type' (Size = 63), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:10:21.0636558+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:21,148
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=data_scope_type responded 200 in 148.1960 ms
|
|
|
|
【时间】2021-04-20 11:10:21,310
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:21,316
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:21,321
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:21,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (29ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_role_data_scope" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:10:21,379
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147481979' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:21,395
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T11:10:21.3714384+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:21,428
|
|
【等级】INF
|
|
【消息】Executed DbCommand (22ms) [Parameters=[@__p_0='-2147481978' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:21,460
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 153.2424 ms
|
|
|
|
【时间】2021-04-20 11:10:21,585
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='34' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownData?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-data' (Size = 8), @p8='own-data' (Size = 8), @p9='2021-04-20T11:10:21.4051961+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownData' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:21,617
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownData?id=142307070910555 responded 200 in 310.1935 ms
|
|
|
|
【时间】2021-04-20 11:10:27,528
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:27,528
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:27,536
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:27,544
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_Code_0='data_scope_type' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:27,544
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:27,575
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906492' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:27,598
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481977' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:27,603
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T11:10:27.5925358+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:27,719
|
|
【等级】INF
|
|
【消息】Executed DbCommand (83ms) [Parameters=[@__p_0='-2147481976' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:27,726
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_role_data_scope" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:10:27,751
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 225.6855 ms
|
|
|
|
【时间】2021-04-20 11:10:27,778
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481975' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:27,783
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='155' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownData?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-data' (Size = 8), @p8='own-data' (Size = 8), @p9='2021-04-20T11:10:27.7672396+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownData' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:27,800
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownData?id=142307070910555 responded 200 in 272.5344 ms
|
|
|
|
【时间】2021-04-20 11:10:27,898
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='47' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=data_scope_type' (Size = 63), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:10:27.6342738+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:27,933
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=data_scope_type responded 200 in 408.1354 ms
|
|
|
|
【时间】2021-04-20 11:10:45,334
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:45,343
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:45,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:45,422
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__p_0='-2147481974' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:45,441
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:10:45.4011854+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:45,606
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 277.0566 ms
|
|
|
|
【时间】2021-04-20 11:10:45,640
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:45,642
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:10:45,649
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
|
|
【时间】2021-04-20 11:10:45,658
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 11:10:45,657
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__input_Code_0='op_type' (Size = 7)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:45,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__dictTypeId_0='142307070906494' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:10:45,746
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__p_0='-2147481973' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:45,754
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='18' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 78), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T11:10:45.7327445+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:45,755
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147481972' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:10:45,807
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 170.8637 ms
|
|
|
|
【时间】2021-04-20 11:10:45,929
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='57' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=op_type' (Size = 55), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:10:45.7495183+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:10:45,962
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=op_type responded 200 in 325.9293 ms
|
|
|
|
【时间】2021-04-20 11:11:52,524
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:11:52,530
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
|
|
【时间】2021-04-20 11:11:52,539
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 11:11:52,578
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481971' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:11:52,591
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 78), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T11:11:52.5731232+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:11:53,006
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 484.7251 ms
|
|
|
|
【时间】2021-04-20 11:13:09,368
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:09,374
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:09,384
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:13:09,423
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481970' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:09,431
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:13:09.4189414+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:09,502
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:09,666
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:09,805
|
|
【等级】INF
|
|
【消息】Executed DbCommand (300ms) [Parameters=[@__input_Code_0='vis_type' (Size = 8)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:09,805
|
|
【等级】INF
|
|
【消息】Executed DbCommand (137ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_vis" AS "s"
|
|
|
|
【时间】2021-04-20 11:13:09,808
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906487' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:13:09,808
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 11:13:09,875
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 517.0197 ms
|
|
|
|
【时间】2021-04-20 11:13:10,017
|
|
【等级】INF
|
|
【消息】Executed DbCommand (157ms) [Parameters=[@__p_0='-2147481969' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:10,017
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[@__p_0='-2147481968' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:10,023
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='306' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=vis_type' (Size = 56), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:13:09.8399172+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:10,077
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=vis_type responded 200 in 577.8454 ms
|
|
|
|
【时间】2021-04-20 11:13:10,176
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysVisLogService' (Size = 35), @p3='141' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysVisLog/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 79), @p6=NULL, @p7='vis-log-page-list' (Size = 17), @p8='vis-log-page-list' (Size = 17), @p9='2021-04-20T11:13:09.8421130+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysVisLog/page' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:10,210
|
|
【等级】INF
|
|
【消息】HTTP GET /sysVisLog/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 549.5086 ms
|
|
|
|
【时间】2021-04-20 11:13:19,539
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:19,544
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:19,550
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:13:19,592
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481967' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:19,600
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:13:19.5881724+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:19,756
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 220.2157 ms
|
|
|
|
【时间】2021-04-20 11:13:19,841
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:19,841
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:19,846
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
|
|
【时间】2021-04-20 11:13:19,847
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:19,852
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 11:13:19,852
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:13:19,890
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481966' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:19,898
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='app-page-list' (Size = 13), @p8='app-page-list' (Size = 13), @p9='2021-04-20T11:13:19.8857920+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:19,948
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 109.1403 ms
|
|
|
|
【时间】2021-04-20 11:13:20,060
|
|
【等级】INF
|
|
【消息】Executed DbCommand (169ms) [Parameters=[@__p_0='-2147481965' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:20,079
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:13:19.8897593+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:20,141
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 302.7608 ms
|
|
|
|
【时间】2021-04-20 11:13:33,422
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:33,423
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:13:33,433
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:13:33,434
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:13:33,440
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:13:33,460
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:13:33,501
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147481964' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:33,520
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:13:33.4924365+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:33,637
|
|
【等级】INF
|
|
【消息】Executed DbCommand (82ms) [Parameters=[@__p_0='-2147481963' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:13:33,666
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 250.6655 ms
|
|
|
|
【时间】2021-04-20 11:13:33,792
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='50' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:13:33.5506200+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:13:33,843
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 427.5903 ms
|
|
|
|
【时间】2021-04-20 11:19:32,815
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:32,817
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:32,818
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:32,822
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:32,823
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:32,829
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:32,831
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:32,842
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:32,843
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:32,859
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:32,899
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481961' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:32,899
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481962' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:32,902
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='23' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:19:32.8940106+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:32,919
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481960' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:32,992
|
|
【等级】INF
|
|
【消息】Executed DbCommand (152ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:33,059
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:33,062
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 11:19:33,066
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 11:19:33,069
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,073
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,079
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,082
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,087
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,089
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 262.7184 ms
|
|
|
|
【时间】2021-04-20 11:19:33,091
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,094
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T11:19:32.8905119+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:33,095
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,115
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:33,133
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,133
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,139
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 338.9163 ms
|
|
|
|
【时间】2021-04-20 11:19:33,216
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='25' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T11:19:32.9110894+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:33,228
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:33,229
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,229
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:33,433
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 11:19:33,452
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 656.0706 ms
|
|
|
|
【时间】2021-04-20 11:19:33,433
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,434
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:33,500
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 11:19:33,500
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,503
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 11:19:33,682
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:33,703
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481959' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,805
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='228' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T11:19:33.7001011+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:33,829
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481958' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,829
|
|
【等级】INF
|
|
【消息】Executed DbCommand (168ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 11:19:33,859
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 636.4964 ms
|
|
|
|
【时间】2021-04-20 11:19:33,926
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481957' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:33,941
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='749' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T11:19:33.9121357+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:34,009
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 903.9875 ms
|
|
|
|
【时间】2021-04-20 11:19:34,029
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='977' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T11:19:33.8244987+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:34,099
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 1285.5964 ms
|
|
|
|
【时间】2021-04-20 11:19:35,714
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:35,739
|
|
【等级】INF
|
|
【消息】Executed DbCommand (23ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:35,839
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:35,853
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:35,866
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 11:19:35,881
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 11:19:35,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (27ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:35,924
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:19:35,936
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:19:35,951
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:35,980
|
|
【等级】INF
|
|
【消息】Executed DbCommand (22ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:35,989
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:36,000
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:36,059
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482478' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:36,070
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147481956' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:36,120
|
|
【等级】INF
|
|
【消息】Executed DbCommand (34ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:36,140
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='288' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T11:19:36.0488636+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:36,196
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T11:19:35.7484553+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:36,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T11:19:35.7484553+08:00' (DbType = String), @p2='2021-04-20T11:19:36.1328478+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 11:19:36,268
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 564.5637 ms
|
|
|
|
【时间】2021-04-20 11:19:42,015
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:42,026
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 11:19:42,037
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 11:19:42,105
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481955' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:42,118
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T11:19:42.0979426+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:42,196
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 188.8083 ms
|
|
|
|
【时间】2021-04-20 11:19:44,341
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:44,343
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:44,348
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 11:19:44,385
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481954' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:44,389
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='6' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:19:44.3809820+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:44,499
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:44,502
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:19:44,506
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:44,545
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 207.8963 ms
|
|
|
|
【时间】2021-04-20 11:19:44,554
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481953' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:44,567
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='166' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:19:44.5478178+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:44,632
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 294.3771 ms
|
|
|
|
【时间】2021-04-20 11:19:47,171
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:47,178
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 11:19:47,225
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481952' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:47,233
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:19:47.2187366+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:47,381
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 212.8285 ms
|
|
|
|
【时间】2021-04-20 11:19:47,474
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:47,481
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:47,496
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:19:47,505
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:47,566
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__p_0='-2147481951' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:47,577
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:19:47.5498083+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:47,651
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 181.9317 ms
|
|
|
|
【时间】2021-04-20 11:19:49,971
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:49,971
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:19:49,978
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:19:49,981
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:19:49,984
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:19:50,018
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147481950' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:50,020
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:19:50.0144978+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:50,129
|
|
【等级】INF
|
|
【消息】Executed DbCommand (155ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:19:50,176
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 208.0560 ms
|
|
|
|
【时间】2021-04-20 11:19:50,323
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[@__p_0='-2147481949' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:19:50,334
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='157' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:19:50.1632558+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:19:50,405
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 436.8328 ms
|
|
|
|
【时间】2021-04-20 11:21:04,003
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:21:04,012
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 11:21:04,022
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 11:21:04,076
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481948' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:21:04,104
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='22' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T11:21:04.0668874+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:21:04,549
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 552.2853 ms
|
|
|
|
【时间】2021-04-20 11:21:56,251
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:21:56,259
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 11:21:56,267
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 11:21:56,306
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481947' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:21:56,312
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T11:21:56.3015408+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:21:56,378
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 129.3470 ms
|
|
|
|
【时间】2021-04-20 11:24:33,750
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:24:33,757
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:24:33,764
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:24:33,775
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:24:33,829
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481946' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:24:33,835
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:24:33.8211690+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:24:34,053
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:24:34,191
|
|
【等级】INF
|
|
【消息】Executed DbCommand (134ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:24:34,242
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 494.9696 ms
|
|
|
|
【时间】2021-04-20 11:24:34,397
|
|
【等级】INF
|
|
【消息】Executed DbCommand (176ms) [Parameters=[@__p_0='-2147481945' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:24:34,412
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='138' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:24:34.2199615+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:24:34,481
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 431.9830 ms
|
|
|
|
【时间】2021-04-20 11:26:30,259
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:26:30,260
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:26:30,264
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:26:30,267
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:26:30,301
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:26:30,317
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:26:30,324
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147481944' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:26:30,334
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='4' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:26:30.3141359+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:26:30,440
|
|
【等级】INF
|
|
【消息】Executed DbCommand (70ms) [Parameters=[@__p_0='-2147481943' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:26:30,475
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 219.3193 ms
|
|
|
|
【时间】2021-04-20 11:26:30,595
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='59' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:26:30.3685066+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:26:30,638
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 382.7235 ms
|
|
|
|
【时间】2021-04-20 11:29:41,157
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:29:41,163
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:29:41,170
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:29:41,177
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:29:41,239
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481942' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:29:41,246
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='25' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:29:41.2325824+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:29:41,407
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 253.8281 ms
|
|
|
|
【时间】2021-04-20 11:29:41,467
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:29:41,484
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 11:29:41,545
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481941' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:29:41,556
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:29:41.5347114+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:29:41,648
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 184.5210 ms
|
|
|
|
【时间】2021-04-20 11:31:09,281
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:31:09,281
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 11:31:09,286
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 11:31:09,287
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 11:31:09,325
|
|
【等级】INF
|
|
【消息】Executed DbCommand (32ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 11:31:09,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 11:31:09,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (27ms) [Parameters=[@__p_0='-2147481940' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:31:09,364
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='5' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T11:31:09.3275765+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:31:09,475
|
|
【等级】INF
|
|
【消息】Executed DbCommand (65ms) [Parameters=[@__p_0='-2147481939' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 11:31:09,507
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 229.4401 ms
|
|
|
|
【时间】2021-04-20 11:31:09,630
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='77' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T11:31:09.4088839+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 11:31:09,676
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 398.1095 ms
|
|
|
|
【时间】2021-04-20 13:07:41,009
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:07:41,310
|
|
【等级】INF
|
|
【消息】Executed DbCommand (93ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:07:41,492
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:07:41,536
|
|
【等级】INF
|
|
【消息】Executed DbCommand (29ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:07:41,562
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:07:41,585
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 13:07:41,602
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:07:41,622
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 13:07:41,648
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 13:07:41,663
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:07:41,689
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:07:41,704
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:07:41,721
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 13:07:41,869
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__p_0='-2147482477' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:07:41,896
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__p_0='-2147481938' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:07:41,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:07:41,991
|
|
【等级】INF
|
|
【消息】Executed DbCommand (34ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='700' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T13:07:41.8360638+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:07:42,001
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T13:07:41.3341687+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:07:42,002
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T13:07:41.3341687+08:00' (DbType = String), @p2='2021-04-20T13:07:41.9259622+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 13:07:42,092
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 1571.7120 ms
|
|
|
|
【时间】2021-04-20 13:08:02,363
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:08:02,502
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 13:08:02,535
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 13:08:02,630
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481937' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:08:02,645
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='67' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T13:08:02.6212232+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:08:02,748
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 389.1579 ms
|
|
|
|
【时间】2021-04-20 13:08:06,002
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:08:06,124
|
|
【等级】INF
|
|
【消息】Executed DbCommand (115ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 13:08:06,170
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481936' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:08:06,185
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='126' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T13:08:06.1613587+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:08:06,267
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 268.6707 ms
|
|
|
|
【时间】2021-04-20 13:08:06,348
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:08:06,362
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:08:06,380
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 13:08:06,422
|
|
【等级】INF
|
|
【消息】Executed DbCommand (32ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 13:08:06,482
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481935' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:08:06,526
|
|
【等级】INF
|
|
【消息】Executed DbCommand (25ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='78' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T13:08:06.4718722+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:08:06,619
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 280.1218 ms
|
|
|
|
【时间】2021-04-20 13:09:28,534
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:09:28,537
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:09:28,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,568
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 13:09:28,617
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:09:28,637
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 13:09:28,660
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:09:28,667
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,674
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 13:09:28,717
|
|
【等级】INF
|
|
【消息】Executed DbCommand (167ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,735
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:09:28,755
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:09:28,778
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147481934' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,792
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 13:09:28,836
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147481933' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,838
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481932' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,855
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T13:09:28.8284575+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:09:28,861
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 13:09:28,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,920
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,925
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,930
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,935
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,942
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,945
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 399.8702 ms
|
|
|
|
【时间】2021-04-20 13:09:28,948
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,960
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,965
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,969
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:28,987
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:28,992
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 13:09:29,007
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T13:09:28.7675559+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:09:29,027
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 509.6349 ms
|
|
|
|
【时间】2021-04-20 13:09:29,036
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147481931' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:09:29,050
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='448' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T13:09:29.0324950+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:09:29,143
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 615.2170 ms
|
|
|
|
【时间】2021-04-20 13:09:29,232
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T13:09:28.8289836+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:09:29,382
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 813.8530 ms
|
|
|
|
【时间】2021-04-20 13:10:20,854
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:10:20,854
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 13:10:20,860
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 13:10:20,860
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 13:10:20,865
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 13:10:20,874
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 13:10:20,914
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147481930' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:10:20,923
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='5' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T13:10:20.9077250+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:10:21,028
|
|
【等级】INF
|
|
【消息】Executed DbCommand (66ms) [Parameters=[@__p_0='-2147481929' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 13:10:21,061
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 209.8906 ms
|
|
|
|
【时间】2021-04-20 13:10:21,192
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='25' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T13:10:20.9593101+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 13:10:21,228
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 376.6438 ms
|
|
|
|
【时间】2021-04-20 14:05:50,025
|
|
【等级】INF
|
|
【消息】Application started. Press Ctrl+C to shut down.
|
|
|
|
【时间】2021-04-20 14:05:50,142
|
|
【等级】INF
|
|
【消息】Hosting environment: Development
|
|
|
|
【时间】2021-04-20 14:05:50,145
|
|
【等级】INF
|
|
【消息】Content root path: F:\MyWorkSpace\Admin.NET\backend\Dilon.Web.Entry
|
|
|
|
【时间】2021-04-20 14:05:50,145
|
|
【等级】WRN
|
|
【消息】Failed to determine the https port for redirect.
|
|
|
|
【时间】2021-04-20 14:05:50,510
|
|
【等级】INF
|
|
【消息】HTTP GET /index.html responded 200 in 359.8355 ms
|
|
|
|
【时间】2021-04-20 14:05:51,082
|
|
【等级】WRN
|
|
【消息】Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
|
|
|
|
【时间】2021-04-20 14:05:51,207
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'MultiTenantDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:05:51,207
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'MultiTenantDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:05:51,705
|
|
【等级】INF
|
|
【消息】Executed DbCommand (27ms) [Parameters=[@__host_0='localhost:5566' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Connection", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."Host", "s"."IsDeleted", "s"."Name", "s"."Phone", "s"."Remark", "s"."Schema", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_tenant" AS "s"
|
|
WHERE "s"."Host" = @__host_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:05:51,706
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[@__host_0='localhost:5566' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Connection", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."Host", "s"."IsDeleted", "s"."Name", "s"."Phone", "s"."Remark", "s"."Schema", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_tenant" AS "s"
|
|
WHERE "s"."Host" = @__host_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:05:52,294
|
|
【等级】WRN
|
|
【消息】Entity 'SysOrg' has a global query filter defined and is the required end of a relationship with the entity 'SysEmpExtOrgPos'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
|
|
|
|
【时间】2021-04-20 14:05:52,294
|
|
【等级】WRN
|
|
【消息】Entity 'SysPos' has a global query filter defined and is the required end of a relationship with the entity 'SysEmpPos'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
|
|
|
|
【时间】2021-04-20 14:05:52,295
|
|
【等级】WRN
|
|
【消息】Entity 'SysOrg' has a global query filter defined and is the required end of a relationship with the entity 'SysRoleDataScope'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
|
|
|
|
【时间】2021-04-20 14:05:52,295
|
|
【等级】WRN
|
|
【消息】Entity 'SysMenu' has a global query filter defined and is the required end of a relationship with the entity 'SysRoleMenu'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
|
|
|
|
【时间】2021-04-20 14:05:52,295
|
|
【等级】WRN
|
|
【消息】Entity 'SysOrg' has a global query filter defined and is the required end of a relationship with the entity 'SysUserDataScope'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
|
|
|
|
【时间】2021-04-20 14:05:52,295
|
|
【等级】WRN
|
|
【消息】Entity 'SysRole' has a global query filter defined and is the required end of a relationship with the entity 'SysUserRole'. This may lead to unexpected results when the required entity is filtered out. Either configure the navigation as optional, or define matching query filters for both entities in the navigation. See https://go.microsoft.com/fwlink/?linkid=2131316 for more information.
|
|
|
|
【时间】2021-04-20 14:05:52,349
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:05:52,349
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:05:52,584
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:05:52,801
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:05:52,820
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:05:52,884
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:05:53,077
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482646' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:05:53,180
|
|
【等级】INF
|
|
【消息】Executed DbCommand (23ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='139' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:05:52.9633977+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:05:53,228
|
|
【等级】INF
|
|
【消息】Executed DbCommand (156ms) [Parameters=[@__p_0='-2147482647' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:05:53,383
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='306' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:05:52.8920330+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:05:53,388
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 3238.7192 ms
|
|
|
|
【时间】2021-04-20 14:05:53,416
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 3267.2325 ms
|
|
|
|
【时间】2021-04-20 14:06:04,649
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:04,661
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:06:04,681
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:06:04,703
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:06:04,783
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:04,793
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='73' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:06:04.7759332+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:04,946
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:04,957
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 332.2110 ms
|
|
|
|
【时间】2021-04-20 14:06:05,113
|
|
【等级】INF
|
|
【消息】Executed DbCommand (164ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 14:06:05,192
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482644' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:05,233
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='179' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:06:05.1806684+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:05,311
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 370.0456 ms
|
|
|
|
【时间】2021-04-20 14:06:44,646
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 22.0933 ms
|
|
|
|
【时间】2021-04-20 14:06:44,692
|
|
【等级】INF
|
|
【消息】HTTP GET /logout?0=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOjE0MjMwNzA3MDkxMDU1MSwiQWNjb3VudCI6InN1cGVyQWRtaW4iLCJOYW1lIjoic3VwZXJBZG1pbiIsIlN1cGVyQWRtaW4iOjEsImlhdCI6MTYxODgwMTE5MywibmJmIjoxNjE4ODAxMTkzLCJleHAiOjE2MTg4ODc1OTMsImlzcyI6ImRpbG9uIiwiYXVkIjoiZGlsb24ifQ.em13EMb8d_iz2w4DRGgqB-z4G2lCNVK-3E9m89oOXXc responded 401 in 6.6160 ms
|
|
|
|
【时间】2021-04-20 14:06:44,698
|
|
【等级】INF
|
|
【消息】HTTP GET /logout?0=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOjE0MjMwNzA3MDkxMDU1MSwiQWNjb3VudCI6InN1cGVyQWRtaW4iLCJOYW1lIjoic3VwZXJBZG1pbiIsIlN1cGVyQWRtaW4iOjEsImlhdCI6MTYxODgwMTE5MywibmJmIjoxNjE4ODAxMTkzLCJleHAiOjE2MTg4ODc1OTMsImlzcyI6ImRpbG9uIiwiYXVkIjoiZGlsb24ifQ.em13EMb8d_iz2w4DRGgqB-z4G2lCNVK-3E9m89oOXXc responded 401 in 0.6948 ms
|
|
|
|
【时间】2021-04-20 14:06:44,712
|
|
【等级】INF
|
|
【消息】HTTP GET /logout?0=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySWQiOjE0MjMwNzA3MDkxMDU1MSwiQWNjb3VudCI6InN1cGVyQWRtaW4iLCJOYW1lIjoic3VwZXJBZG1pbiIsIlN1cGVyQWRtaW4iOjEsImlhdCI6MTYxODgwMTE5MywibmJmIjoxNjE4ODAxMTkzLCJleHAiOjE2MTg4ODc1OTMsImlzcyI6ImRpbG9uIiwiYXVkIjoiZGlsb24ifQ.em13EMb8d_iz2w4DRGgqB-z4G2lCNVK-3E9m89oOXXc responded 401 in 0.6098 ms
|
|
|
|
【时间】2021-04-20 14:06:44,983
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:45,003
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:45,027
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__code_0='DILON_CAPTCHA_OPEN' (Size = 18)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."GroupCode", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Status", "s"."SysFlag", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Value"
|
|
FROM "sys_config" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:45,093
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482643' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:45,105
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='60' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getCaptchaOpen' (Size = 36), @p6=NULL, @p7='captcha-open' (Size = 12), @p8='captcha-open' (Size = 12), @p9='2021-04-20T14:06:45.0828509+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getCaptchaOpen' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:45,304
|
|
【等级】INF
|
|
【消息】HTTP GET /getCaptchaOpen responded 200 in 328.7103 ms
|
|
|
|
【时间】2021-04-20 14:06:45,447
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482642' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:45,459
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='398' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/captcha/get' (Size = 33), @p6=NULL, @p7='captcha' (Size = 7), @p8='captcha' (Size = 7), @p9='2021-04-20T14:06:45.4384498+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/captcha/get' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:45,612
|
|
【等级】INF
|
|
【消息】HTTP POST /captcha/get responded 200 in 617.1710 ms
|
|
|
|
【时间】2021-04-20 14:06:48,334
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:48,363
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:48,412
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482641' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:48,416
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482640' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:48,418
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='0' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getCaptchaOpen' (Size = 36), @p6=NULL, @p7='captcha-open' (Size = 12), @p8='captcha-open' (Size = 12), @p9='2021-04-20T14:06:48.4012465+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getCaptchaOpen' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:48,569
|
|
【等级】INF
|
|
【消息】HTTP GET /getCaptchaOpen responded 200 in 221.2633 ms
|
|
|
|
【时间】2021-04-20 14:06:48,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='15' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/captcha/get' (Size = 33), @p6=NULL, @p7='captcha' (Size = 7), @p8='captcha' (Size = 7), @p9='2021-04-20T14:06:48.4064885+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/captcha/get' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:48,723
|
|
【等级】INF
|
|
【消息】HTTP POST /captcha/get responded 200 in 399.0178 ms
|
|
|
|
【时间】2021-04-20 14:06:53,572
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:53,752
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482639' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:53,760
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/captcha/check' (Size = 35), @p6=NULL, @p7='verification-code' (Size = 17), @p8='verification-code' (Size = 17), @p9='2021-04-20T14:06:53.7456633+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/captcha/check' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:53,920
|
|
【等级】INF
|
|
【消息】HTTP POST /captcha/check responded 200 in 361.0688 ms
|
|
|
|
【时间】2021-04-20 14:06:53,945
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:54,000
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Account_0='superAdmin' (Size = 10), @__encryptPasswod_1='e10adc3949ba59abbe56e057f20f883e' (Size = 32)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND (("s"."Account" = @__input_Account_0) AND ("s"."Password" = @__encryptPasswod_1))
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,146
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482638' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,156
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='115' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/login' (Size = 27), @p6=NULL, @p7='login' (Size = 5), @p8='login' (Size = 5), @p9='2021-04-20T14:06:54.1239592+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/login' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:54,227
|
|
【等级】INF
|
|
【消息】HTTP POST /login responded 200 in 287.6494 ms
|
|
|
|
【时间】2021-04-20 14:06:54,264
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:54,290
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,473
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,532
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:06:54,560
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:06:54,573
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:54,604
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 14:06:54,617
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:06:54,627
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:06:54,633
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Name", "t"."Id", "t"."Pid", "t"."Code", "t"."Name"
|
|
FROM "sys_dict_type" AS "s"
|
|
LEFT JOIN (
|
|
SELECT "s0"."Id", "s0"."TypeId" AS "Pid", "s0"."Code", "s0"."Value" AS "Name"
|
|
FROM "sys_dict_data" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."Id" = "t"."Pid"
|
|
WHERE NOT ("s"."IsDeleted")
|
|
ORDER BY "s"."Id", "t"."Id"
|
|
|
|
【时间】2021-04-20 14:06:54,640
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:06:54,653
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,682
|
|
【等级】INF
|
|
【消息】Executed DbCommand (18ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:06:54,693
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:06:54,701
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482637' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:06:54,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='64' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/tree' (Size = 38), @p6=NULL, @p7='dict-tree' (Size = 9), @p8='dict-tree' (Size = 9), @p9='2021-04-20T14:06:54.6922945+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/tree' (Size = 17)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:54,755
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__appCode_0='system' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE ((NOT ("s"."IsDeleted") AND ("s"."Status" = 0)) AND ("s"."Application" = @__appCode_0)) AND ("s"."Type" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:06:54,791
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/tree responded 200 in 224.7821 ms
|
|
|
|
【时间】2021-04-20 14:06:54,833
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482647' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,842
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482636' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,857
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,866
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__code_0='DILON_DEMO_ENV_FLAG' (Size = 19)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."GroupCode", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Status", "s"."SysFlag", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Value"
|
|
FROM "sys_config" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:54,878
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='517' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T14:06:54.8184328+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:54,881
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T14:06:54.4185144+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:54,886
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T14:06:54.4185144+08:00' (DbType = String), @p2='2021-04-20T14:06:54.8703287+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 14:06:54,976
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 716.5859 ms
|
|
|
|
【时间】2021-04-20 14:06:55,906
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:06:55,976
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482635' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:06:55,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='22' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/captcha/get' (Size = 33), @p6=NULL, @p7='captcha' (Size = 7), @p8='captcha' (Size = 7), @p9='2021-04-20T14:06:55.9685699+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/captcha/get' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:06:56,069
|
|
【等级】INF
|
|
【消息】HTTP POST /captcha/get responded 200 in 169.7738 ms
|
|
|
|
【时间】2021-04-20 14:07:01,551
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:01,619
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 14:07:01,642
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 14:07:01,791
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482634' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:01,800
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='83' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10' (Size = 55), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T14:07:01.6895453+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:01,890
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10 responded 200 in 358.3852 ms
|
|
|
|
【时间】2021-04-20 14:07:04,175
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:04,176
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:04,184
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:07:04,225
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482633' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:04,231
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:07:04.2183189+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:04,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:07:04,346
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:07:04,353
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:07:04,397
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 226.7298 ms
|
|
|
|
【时间】2021-04-20 14:07:04,408
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482632' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:04,421
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='180' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:07:04.4004772+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:04,493
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 319.4142 ms
|
|
|
|
【时间】2021-04-20 14:07:09,060
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:09,068
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:07:09,079
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:07:09,096
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:07:09,161
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482631' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:09,170
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='41' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:07:09.1523885+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:09,326
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 269.4750 ms
|
|
|
|
【时间】2021-04-20 14:07:09,377
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:09,385
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 14:07:09,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482630' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:09,444
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:07:09.4253063+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:09,512
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 139.4083 ms
|
|
|
|
【时间】2021-04-20 14:07:14,249
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:14,251
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:07:14,273
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:14,274
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:07:14,291
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:07:14,329
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482629' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:14,338
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='41' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/list' (Size = 34), @p6=NULL, @p7='menu-list' (Size = 9), @p8='menu-list' (Size = 9), @p9='2021-04-20T14:07:14.3236925+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/list' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:14,340
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482628' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:07:14,515
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/list responded 200 in 278.1624 ms
|
|
|
|
【时间】2021-04-20 14:07:14,615
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='43' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T14:07:14.3326534+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:07:14,652
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 407.2802 ms
|
|
|
|
【时间】2021-04-20 14:14:48,798
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:14:48,799
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:14:48,808
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:14:48,886
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482627' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:14:48,887
|
|
【等级】INF
|
|
【消息】Executed DbCommand (74ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:14:48,907
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:14:48.8764679+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:14:48,924
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:14:48,930
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:14:48,971
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 178.0048 ms
|
|
|
|
【时间】2021-04-20 14:14:48,991
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482626' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:14:49,009
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='134' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:14:48.9807587+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:14:49,071
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 277.5119 ms
|
|
|
|
【时间】2021-04-20 14:25:55,339
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:25:55,339
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:25:55,457
|
|
【等级】INF
|
|
【消息】Executed DbCommand (111ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:25:55,487
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:25:55,494
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:25:55,545
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482625' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:25:55,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='156' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:25:55.5388308+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:25:55,609
|
|
【等级】INF
|
|
【消息】Executed DbCommand (262ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:25:55,670
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 334.5500 ms
|
|
|
|
【时间】2021-04-20 14:25:55,732
|
|
【等级】INF
|
|
【消息】Executed DbCommand (24ms) [Parameters=[@__p_0='-2147482624' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:25:55,751
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='270' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:25:55.7016215+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:25:55,862
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 526.6800 ms
|
|
|
|
【时间】2021-04-20 14:26:01,550
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:26:01,559
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:26:01,570
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:26:01,587
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:26:01,635
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482623' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:26:01,647
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='42' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:26:01.6283244+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:26:01,819
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 272.2633 ms
|
|
|
|
【时间】2021-04-20 14:26:01,860
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:26:01,870
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:26:01,924
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482622' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:26:01,946
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:26:01.9166002+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:26:02,017
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 162.7936 ms
|
|
|
|
【时间】2021-04-20 14:26:53,736
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:26:53,745
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:26:53,754
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:26:53,766
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:26:53,814
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482621' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:26:53,821
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:26:53.8077324+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:26:53,872
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 138.5257 ms
|
|
|
|
【时间】2021-04-20 14:26:53,918
|
|
【等级】INF
|
|
【消息】Executed DbCommand (160ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:26:53,946
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:26:54,002
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482620' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:26:54,014
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='218' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:26:53.9950674+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:26:54,078
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 348.1221 ms
|
|
|
|
【时间】2021-04-20 14:27:02,916
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:27:02,916
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:27:02,928
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:27:02,929
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:27:02,944
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:27:02,956
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:27:02,981
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482619' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:27:02,999
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:27:02.9706581+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:27:03,115
|
|
【等级】INF
|
|
【消息】Executed DbCommand (110ms) [Parameters=[@__p_0='-2147482618' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:27:03,148
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 236.4937 ms
|
|
|
|
【时间】2021-04-20 14:27:03,274
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='44' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:27:03.0017107+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:27:03,321
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 409.7274 ms
|
|
|
|
【时间】2021-04-20 14:31:07,827
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:31:07,836
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 14:31:07,846
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 14:31:07,907
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__p_0='-2147482617' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:31:07,921
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T14:31:07.8916401+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:31:08,043
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 227.4994 ms
|
|
|
|
【时间】2021-04-20 14:32:06,103
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:06,203
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:06,227
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:06,278
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482616' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:06,288
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T14:32:06.2684542+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:06,508
|
|
【等级】INF
|
|
【消息】Executed DbCommand (42ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:06,513
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:06,518
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:06,527
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 14:32:06,542
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 14:32:06,568
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 372.5351 ms
|
|
|
|
【时间】2021-04-20 14:32:06,638
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482615' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:06,649
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='486' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T14:32:06.6301483+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:06,749
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 664.2294 ms
|
|
|
|
【时间】2021-04-20 14:32:52,326
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:52,352
|
|
【等级】INF
|
|
【消息】Executed DbCommand (21ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 14:32:52,397
|
|
【等级】INF
|
|
【消息】Executed DbCommand (34ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 14:32:52,469
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482614' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,483
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='74' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T14:32:52.4604603+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:52,578
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:52,579
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:52,580
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:52,583
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:52,584
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_Code_0='sex' (Size = 3)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,586
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_Code_0='common_status' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,591
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:52,612
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 292.6108 ms
|
|
|
|
【时间】2021-04-20 14:32:52,630
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__p_0='-2147482613' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,638
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482612' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,640
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='4' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T14:32:52.6177476+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:52,652
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:52,663
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,667
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:52,671
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:52,684
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
|
|
【时间】2021-04-20 14:32:52,689
|
|
【等级】WRN
|
|
【消息】The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results.
|
|
|
|
【时间】2021-04-20 14:32:52,689
|
|
【等级】WRN
|
|
【消息】The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results.
|
|
|
|
【时间】2021-04-20 14:32:52,693
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 119.2097 ms
|
|
|
|
【时间】2021-04-20 14:32:52,697
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:52,701
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,703
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_SearchStatus_0='0' (DbType = String), @__p_2='10' (DbType = String), @__p_1='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
INNER JOIN "sys_emp" AS "s0" ON "s"."Id" = "s0"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id"
|
|
FROM "sys_org" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t" ON "s0"."OrgId" = "t"."Id"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = @__input_SearchStatus_0)
|
|
LIMIT @__p_2 OFFSET @__p_1
|
|
|
|
【时间】2021-04-20 14:32:52,706
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:52,711
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:52,717
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
|
|
【时间】2021-04-20 14:32:52,724
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."Contacts", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Pid", "s"."Pids", "s"."Remark", "s"."Sort", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 14:32:52,741
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,759
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,763
|
|
【等级】INF
|
|
【消息】Executed DbCommand (164ms) [Parameters=[@__dictTypeId_0='142307070906483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:52,765
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,770
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,776
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,780
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482611' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,796
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,796
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 76), @p6=NULL, @p7='org-page-list' (Size = 13), @p8='org-page-list' (Size = 13), @p9='2021-04-20T14:32:52.7588783+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/page' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:52,800
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,819
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,839
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482610' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,840
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='142307070910553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,846
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,855
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,861
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__empId_0='150053697265733' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:32:52,874
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 180.0977 ms
|
|
|
|
【时间】2021-04-20 14:32:52,900
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482609' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:52,908
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysUserService' (Size = 33), @p3='208' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='user-page-list' (Size = 14), @p8='user-page-list' (Size = 14), @p9='2021-04-20T14:32:52.8955662+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysUser/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:53,107
|
|
【等级】INF
|
|
【消息】HTTP GET /sysUser/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 465.7817 ms
|
|
|
|
【时间】2021-04-20 14:32:53,118
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=sex' (Size = 51), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T14:32:52.6318907+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:53,208
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=sex responded 200 in 633.3108 ms
|
|
|
|
【时间】2021-04-20 14:32:53,230
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='184' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=common_status' (Size = 61), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T14:32:52.8340073+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:53,260
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:53,309
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=common_status responded 200 in 732.0963 ms
|
|
|
|
【时间】2021-04-20 14:32:53,343
|
|
【等级】INF
|
|
【消息】Executed DbCommand (80ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_org" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:53,415
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482608' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:53,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOrgService' (Size = 32), @p3='87' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOrg/tree' (Size = 33), @p6=NULL, @p7='org-tree' (Size = 8), @p8='org-tree' (Size = 8), @p9='2021-04-20T14:32:53.4046781+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOrg/tree' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:53,502
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOrg/tree responded 200 in 270.5191 ms
|
|
|
|
【时间】2021-04-20 14:32:54,478
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:54,507
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:54,517
|
|
【等级】INF
|
|
【消息】Executed DbCommand (26ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:54,518
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 14:32:54,530
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:32:54,542
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:54,627
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__p_0='-2147482607' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:54,635
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='16' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:32:54.6075340+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:54,668
|
|
【等级】INF
|
|
【消息】Executed DbCommand (31ms) [Parameters=[@__p_0='-2147482606' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:54,789
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 415.8447 ms
|
|
|
|
【时间】2021-04-20 14:32:54,826
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='123' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:32:54.6339698+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:54,927
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 485.8891 ms
|
|
|
|
【时间】2021-04-20 14:32:56,143
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:56,158
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:32:56,168
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:32:56,182
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:32:56,228
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482605' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:56,235
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='41' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:32:56.2205854+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:56,313
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 178.1029 ms
|
|
|
|
【时间】2021-04-20 14:32:56,439
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:32:56,450
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 14:32:56,533
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482604' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:32:56,553
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:32:56.5188617+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:32:56,631
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 196.4323 ms
|
|
|
|
【时间】2021-04-20 14:33:09,618
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:09,625
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_Code_0='data_scope_type' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:09,638
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906492' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:33:09,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482603' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:09,700
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='28' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=data_scope_type' (Size = 63), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T14:33:09.6825966+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:09,835
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=data_scope_type responded 200 in 220.4968 ms
|
|
|
|
【时间】2021-04-20 14:33:11,609
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:11,620
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:33:11,635
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:33:11,647
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:33:11,696
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482602' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:11,704
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:33:11.6855086+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:11,913
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:11,990
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 387.0668 ms
|
|
|
|
【时间】2021-04-20 14:33:12,082
|
|
【等级】INF
|
|
【消息】Executed DbCommand (164ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:33:12,131
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482601' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:12,144
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='170' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:33:12.1236462+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:12,283
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 375.3729 ms
|
|
|
|
【时间】2021-04-20 14:33:21,580
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:21,582
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:21,590
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:33:21,590
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:33:21,600
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:33:21,609
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:33:21,640
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482600' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:21,650
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:33:21.6337127+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:21,698
|
|
【等级】INF
|
|
【消息】Executed DbCommand (33ms) [Parameters=[@__p_0='-2147482599' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:21,774
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 195.2715 ms
|
|
|
|
【时间】2021-04-20 14:33:21,855
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='36' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:33:21.6623518+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:21,918
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 340.9191 ms
|
|
|
|
【时间】2021-04-20 14:33:59,498
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:59,498
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:33:59,505
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:33:59,506
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:33:59,515
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:33:59,522
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:33:59,571
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482598' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:59,580
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:33:59.5647024+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:59,683
|
|
【等级】INF
|
|
【消息】Executed DbCommand (99ms) [Parameters=[@__p_0='-2147482597' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:33:59,716
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 230.4214 ms
|
|
|
|
【时间】2021-04-20 14:33:59,840
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:33:59.5820147+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:33:59,882
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 397.0926 ms
|
|
|
|
【时间】2021-04-20 14:34:03,384
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:34:03,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (26ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:03,547
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:03,569
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:34:03,591
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 14:34:03,604
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 14:34:03,619
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:34:03,632
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:34:03,646
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:34:03,659
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:03,670
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:34:03,686
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:34:03,714
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:34:03,766
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482646' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:03,777
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482596' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:03,797
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:03,823
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='333' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T14:34:03.7601863+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:34:03,826
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T14:34:03.4453883+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:34:03,828
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T14:34:03.4453883+08:00' (DbType = String), @p2='2021-04-20T14:34:03.8096644+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 14:34:03,990
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 629.2419 ms
|
|
|
|
【时间】2021-04-20 14:34:06,793
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:34:06,800
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 14:34:06,819
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 14:34:06,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__p_0='-2147482595' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:06,952
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='34' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T14:34:06.8824000+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:34:07,019
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 230.4362 ms
|
|
|
|
【时间】2021-04-20 14:34:08,736
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:34:08,737
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:34:08,749
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:34:08,749
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:34:08,759
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:34:08,770
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:34:08,817
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482594' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:08,824
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482593' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:34:08,832
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:34:08.8112099+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:34:08,981
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 250.3425 ms
|
|
|
|
【时间】2021-04-20 14:34:08,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:34:08.8143935+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:34:09,034
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 300.8050 ms
|
|
|
|
【时间】2021-04-20 14:35:47,756
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:35:47,764
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 14:35:47,808
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 14:35:48,101
|
|
【等级】INF
|
|
【消息】Executed DbCommand (99ms) [Parameters=[@__p_0='-2147482592' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:35:48,162
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='54' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T14:35:47.8861376+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:35:48,381
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 635.2194 ms
|
|
|
|
【时间】2021-04-20 14:35:50,070
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:35:50,080
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:35:50,094
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:35:50,111
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:35:50,180
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482591' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:35:50,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='48' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:35:50.1737376+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:35:50,357
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 291.6869 ms
|
|
|
|
【时间】2021-04-20 14:35:50,373
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:35:50,384
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:35:50,481
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482590' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:35:50,499
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:35:50.4652119+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:35:50,576
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 206.6302 ms
|
|
|
|
【时间】2021-04-20 14:39:54,688
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:39:54,693
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:39:54,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:39:54,706
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:39:54,738
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:39:54,747
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482589' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:39:54,758
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:39:54.7348942+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:39:54,908
|
|
【等级】INF
|
|
【消息】Executed DbCommand (164ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:39:54,949
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 292.4099 ms
|
|
|
|
【时间】2021-04-20 14:39:54,997
|
|
【等级】INF
|
|
【消息】Executed DbCommand (26ms) [Parameters=[@__p_0='-2147482588' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:39:55,014
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='221' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:39:54.9664997+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:39:55,080
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 424.2165 ms
|
|
|
|
【时间】2021-04-20 14:43:54,955
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:43:54,963
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:43:54,980
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:43:54,990
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:43:55,041
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482587' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:43:55,054
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:43:55.0335731+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:43:55,214
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 269.5004 ms
|
|
|
|
【时间】2021-04-20 14:43:55,252
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:43:55,264
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:43:55,350
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[@__p_0='-2147482586' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:43:55,371
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:43:55.3324768+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:43:55,445
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 201.3844 ms
|
|
|
|
【时间】2021-04-20 14:44:34,397
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:44:34,397
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:44:34,407
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:44:34,416
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:44:34,417
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:44:34,424
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:44:34,476
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482585' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:44:34,476
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482584' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:44:34,484
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='23' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:44:34.4688190+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:44:34,664
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 270.5098 ms
|
|
|
|
【时间】2021-04-20 14:44:34,787
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:44:34.4713678+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:44:34,830
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 463.8923 ms
|
|
|
|
【时间】2021-04-20 14:46:17,811
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:46:17,811
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:46:17,819
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:46:17,828
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:46:17,835
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:46:17,888
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482583' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:46:17,895
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='26' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:46:17.8814533+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:46:17,973
|
|
【等级】INF
|
|
【消息】Executed DbCommand (156ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:46:18,075
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 271.8356 ms
|
|
|
|
【时间】2021-04-20 14:46:18,216
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[@__p_0='-2147482582' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:46:18,224
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='213' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:46:18.0562141+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:46:18,294
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 485.8592 ms
|
|
|
|
【时间】2021-04-20 14:51:15,975
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:51:15,983
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:51:15,999
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:51:16,007
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:51:16,061
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482581' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:51:16,074
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='36' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:51:16.0556190+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:51:16,238
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 276.8802 ms
|
|
|
|
【时间】2021-04-20 14:51:16,260
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:51:16,275
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:51:16,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482580' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:51:16,343
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:51:16.3256002+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:51:16,769
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 513.4115 ms
|
|
|
|
【时间】2021-04-20 14:57:28,448
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:57:28,450
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:57:28,458
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 14:57:28,459
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:57:28,470
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:57:28,496
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:57:28,528
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[@__p_0='-2147482579' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:57:28,540
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:57:28.4957891+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:57:28,652
|
|
【等级】INF
|
|
【消息】Executed DbCommand (83ms) [Parameters=[@__p_0='-2147482578' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:57:28,684
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 239.6512 ms
|
|
|
|
【时间】2021-04-20 14:57:28,811
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='80' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:57:28.5659896+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:57:28,851
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 417.2122 ms
|
|
|
|
【时间】2021-04-20 14:58:02,628
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:58:02,628
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:58:02,634
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:58:02,641
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:58:02,641
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:58:02,655
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:58:02,734
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482577' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:58:02,741
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:58:02.7280473+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:58:02,853
|
|
【等级】INF
|
|
【消息】Executed DbCommand (106ms) [Parameters=[@__p_0='-2147482576' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:58:02,885
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 265.2876 ms
|
|
|
|
【时间】2021-04-20 14:58:03,011
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='23' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:58:02.7446574+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:58:03,053
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 427.9404 ms
|
|
|
|
【时间】2021-04-20 14:59:08,416
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:59:08,427
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:59:08,436
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:59:08,436
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:59:08,459
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:59:08,485
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:59:08,504
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482575' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:59:08,513
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:59:08.4989337+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:59:08,613
|
|
【等级】INF
|
|
【消息】Executed DbCommand (83ms) [Parameters=[@__p_0='-2147482574' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:59:08,646
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 229.9349 ms
|
|
|
|
【时间】2021-04-20 14:59:08,769
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='71' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:59:08.5286889+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:59:08,864
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 456.5923 ms
|
|
|
|
【时间】2021-04-20 14:59:33,631
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:59:33,631
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 14:59:33,642
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 14:59:33,704
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482573' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:59:33,715
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T14:59:33.7010580+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:59:33,767
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 138.7043 ms
|
|
|
|
【时间】2021-04-20 14:59:33,794
|
|
【等级】INF
|
|
【消息】Executed DbCommand (159ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 14:59:33,826
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 14:59:33,862
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 14:59:33,927
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__p_0='-2147482572' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 14:59:33,950
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='236' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T14:59:33.9075969+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 14:59:34,038
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 417.9187 ms
|
|
|
|
【时间】2021-04-20 15:01:25,424
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:01:25,436
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:25,494
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:25,502
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 15:01:25,511
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 15:01:25,521
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 15:01:25,539
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:01:25,550
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:01:25,564
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:01:25,577
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:25,591
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:01:25,608
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:01:25,622
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:01:25,699
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:25,718
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482571' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:25,742
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:25,758
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='205' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T15:01:25.6853209+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:01:25,761
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T15:01:25.4405404+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:01:25,763
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T15:01:25.4405404+08:00' (DbType = String), @p2='2021-04-20T15:01:25.7466751+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:01:25,868
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 458.6470 ms
|
|
|
|
【时间】2021-04-20 15:01:37,620
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:01:37,636
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:01:37,657
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:01:37,745
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__p_0='-2147482570' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:37,763
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:01:37.7290936+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:01:37,833
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 217.7007 ms
|
|
|
|
【时间】2021-04-20 15:01:39,367
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:01:39,367
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:01:39,374
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:01:39,380
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:01:39,386
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:01:39,441
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482569' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:39,479
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='22' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:01:39.4346411+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:01:39,525
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:01:39,636
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 272.2936 ms
|
|
|
|
【时间】2021-04-20 15:01:39,682
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482568' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:01:39,729
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='216' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:01:39.6469884+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:01:39,814
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 450.4550 ms
|
|
|
|
【时间】2021-04-20 15:03:22,634
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:03:22,634
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:03:22,655
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:03:22,655
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:03:22,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:03:22,711
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:03:22,723
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482567' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:03:22,731
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:03:22.7126004+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:03:22,845
|
|
【等级】INF
|
|
【消息】Executed DbCommand (74ms) [Parameters=[@__p_0='-2147482566' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:03:22,945
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 314.9931 ms
|
|
|
|
【时间】2021-04-20 15:03:23,065
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='92' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:03:22.7671521+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:03:23,111
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 481.0702 ms
|
|
|
|
【时间】2021-04-20 15:08:11,442
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:08:11,445
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:08:11,447
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:08:11,449
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='open_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,449
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,450
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:08:11,456
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906490' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:08:11,463
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:08:11,463
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:08:11,468
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__input_Code_0='menu_weight' (Size = 11)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,478
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906491' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:08:11,499
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482565' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,508
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482563' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,509
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482564' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,512
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/list' (Size = 33), @p6=NULL, @p7='app-list' (Size = 8), @p8='app-list' (Size = 8), @p9='2021-04-20T15:08:11.4966709+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/list' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:08:11,922
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/list responded 200 in 491.4695 ms
|
|
|
|
【时间】2021-04-20 15:08:11,966
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='16' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=open_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:08:11.4938722+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:08:11,986
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=open_type responded 200 in 555.5334 ms
|
|
|
|
【时间】2021-04-20 15:08:11,988
|
|
【等级】INF
|
|
【消息】Executed DbCommand (467ms) [Parameters=[@__p_0='-2147482562' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:11,997
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='29' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_weight' (Size = 59), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:08:11.5184694+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:08:12,013
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_weight responded 200 in 568.5817 ms
|
|
|
|
【时间】2021-04-20 15:08:12,039
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='18' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:08:11.4940434+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:08:12,070
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 630.0074 ms
|
|
|
|
【时间】2021-04-20 15:08:19,483
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:08:19,516
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__Trim_0='system' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE ((NOT ("s"."IsDeleted") AND ("s"."Application" = @__Trim_0)) AND ("s"."Status" = 0)) AND "s"."Type" IN (0, 1)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:08:19,565
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482561' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:08:19,577
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='37' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/tree?application=system' (Size = 53), @p6=NULL, @p7='menu-tree' (Size = 9), @p8='menu-tree' (Size = 9), @p9='2021-04-20T15:08:19.5598707+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/tree' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:08:19,735
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/tree?application=system responded 200 in 261.5891 ms
|
|
|
|
【时间】2021-04-20 15:09:13,295
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:13,743
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='test001' (Size = 7)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT EXISTS (
|
|
SELECT 1
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0))
|
|
|
|
【时间】2021-04-20 15:09:13,782
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__pid_0='142307070910564' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__pid_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:13,912
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:13,921
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482560' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:13,934
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='496' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/add' (Size = 33), @p6=NULL, @p7='menu' (Size = 4), @p8='menu' (Size = 4), @p9='2021-04-20T15:09:13.8928048+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/add' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:13,936
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='150476193398853' (DbType = String), @p1='system' (Size = 6), @p2='test001' (Size = 7), @p3='/' (Size = 1), @p4='2021-04-20T15:09:13.9244693+08:00' (Nullable = true) (DbType = String), @p5='142307070910551' (Nullable = true) (DbType = String), @p6='superAdmin' (Size = 10), @p7='', @p8='False' (DbType = String), @p9='', @p10='test001' (Size = 7), @p11='1' (DbType = String), @p12='', @p13='142307070910564' (DbType = String), @p14='[0],[142307070910563],[142307070910564],' (Size = 40), @p15='', @p16=NULL, @p17='/' (Size = 1), @p18='100' (DbType = String), @p19='0' (DbType = String), @p20='1' (DbType = String), @p21=NULL, @p22=NULL, @p23=NULL, @p24='Y' (Size = 1), @p25='2' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_menu" ("Id", "Application", "Code", "Component", "CreatedTime", "CreatedUserId", "CreatedUserName", "Icon", "IsDeleted", "Link", "Name", "OpenType", "Permission", "Pid", "Pids", "Redirect", "Remark", "Router", "Sort", "Status", "Type", "UpdatedTime", "UpdatedUserId", "UpdatedUserName", "Visible", "Weight")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
|
|
|
|
【时间】2021-04-20 15:09:14,031
|
|
【等级】INF
|
|
【消息】HTTP POST /sysMenu/add responded 200 in 752.3322 ms
|
|
|
|
【时间】2021-04-20 15:09:14,491
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:14,501
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:14,564
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482559' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:14,621
|
|
【等级】INF
|
|
【消息】Executed DbCommand (48ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/list' (Size = 34), @p6=NULL, @p7='menu-list' (Size = 9), @p8='menu-list' (Size = 9), @p9='2021-04-20T15:09:14.5589211+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/list' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:14,698
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/list responded 200 in 211.3614 ms
|
|
|
|
【时间】2021-04-20 15:09:14,781
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:14,790
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:14,802
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:14,856
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482558' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:14,864
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='24' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:09:14.8487884+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:14,934
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 157.2500 ms
|
|
|
|
【时间】2021-04-20 15:09:19,105
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:19,111
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:19,119
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:09:19,125
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:09:19,129
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:19,213
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482557' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:19,221
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='25' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:09:19.2094611+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:19,291
|
|
【等级】INF
|
|
【消息】Executed DbCommand (175ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:09:19,443
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 341.2463 ms
|
|
|
|
【时间】2021-04-20 15:09:19,543
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__p_0='-2147482556' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:19,557
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='238' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:09:19.5273148+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:19,629
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 526.6773 ms
|
|
|
|
【时间】2021-04-20 15:09:28,595
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:28,596
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:28,596
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:28,611
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:28,612
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,612
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:09:28,616
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_Code_0='open_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,619
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:28,628
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906490' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:28,622
|
|
【等级】INF
|
|
【消息】Executed DbCommand (20ms) [Parameters=[@__input_Code_0='menu_weight' (Size = 11)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,658
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482555' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,665
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906491' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:28,665
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482554' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,671
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='6' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/list' (Size = 33), @p6=NULL, @p7='app-list' (Size = 8), @p8='app-list' (Size = 8), @p9='2021-04-20T15:09:28.6523652+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/list' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:28,671
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482553' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,704
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482552' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:28,727
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/list responded 200 in 178.1268 ms
|
|
|
|
【时间】2021-04-20 15:09:28,848
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=open_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:09:28.6633304+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:28,864
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=open_type responded 200 in 257.1004 ms
|
|
|
|
【时间】2021-04-20 15:09:29,002
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:09:28.6577799+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:29,024
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 466.3728 ms
|
|
|
|
【时间】2021-04-20 15:09:29,163
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='71' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_weight' (Size = 59), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:09:28.6992161+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:29,211
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_weight responded 200 in 650.3574 ms
|
|
|
|
【时间】2021-04-20 15:09:36,977
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:36,990
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__Trim_0='system' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE ((NOT ("s"."IsDeleted") AND ("s"."Application" = @__Trim_0)) AND ("s"."Status" = 0)) AND "s"."Type" IN (0, 1)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:37,058
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__p_0='-2147482551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:37,067
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='15' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/tree?application=system' (Size = 53), @p6=NULL, @p7='menu-tree' (Size = 9), @p8='menu-tree' (Size = 9), @p9='2021-04-20T15:09:37.0450272+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/tree' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:37,228
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/tree?application=system responded 200 in 256.2024 ms
|
|
|
|
【时间】2021-04-20 15:09:43,394
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:43,403
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__input_Code_0='test001-001' (Size = 11)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT EXISTS (
|
|
SELECT 1
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0))
|
|
|
|
【时间】2021-04-20 15:09:43,412
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__pid_0='150476193398853' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__pid_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:43,571
|
|
【等级】INF
|
|
【消息】Executed DbCommand (115ms) [Parameters=[@__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:43,581
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482550' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:43,594
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='22' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/add' (Size = 33), @p6=NULL, @p7='menu' (Size = 4), @p8='menu' (Size = 4), @p9='2021-04-20T15:09:43.4529902+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/add' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:43,597
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='150476314898501' (DbType = String), @p1='system' (Size = 6), @p2='test001-001' (Size = 11), @p3='/' (Size = 1), @p4='2021-04-20T15:09:43.5874195+08:00' (Nullable = true) (DbType = String), @p5='142307070910551' (Nullable = true) (DbType = String), @p6='superAdmin' (Size = 10), @p7=NULL, @p8='False' (DbType = String), @p9=NULL, @p10='test001-001' (Size = 11), @p11='1' (DbType = String), @p12='', @p13='150476193398853' (DbType = String), @p14='[0],[142307070910563],[142307070910564],[150476193398853],' (Size = 58), @p15='', @p16=NULL, @p17='/' (Size = 1), @p18='100' (DbType = String), @p19='0' (DbType = String), @p20='1' (DbType = String), @p21=NULL, @p22=NULL, @p23=NULL, @p24='Y' (Size = 1), @p25='2' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_menu" ("Id", "Application", "Code", "Component", "CreatedTime", "CreatedUserId", "CreatedUserName", "Icon", "IsDeleted", "Link", "Name", "OpenType", "Permission", "Pid", "Pids", "Redirect", "Remark", "Router", "Sort", "Status", "Type", "UpdatedTime", "UpdatedUserId", "UpdatedUserName", "Visible", "Weight")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23, @p24, @p25);
|
|
|
|
【时间】2021-04-20 15:09:43,997
|
|
【等级】INF
|
|
【消息】HTTP POST /sysMenu/add responded 200 in 606.9653 ms
|
|
|
|
【时间】2021-04-20 15:09:44,556
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:44,563
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:44,636
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482549' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:44,654
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='15' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/list' (Size = 34), @p6=NULL, @p7='menu-list' (Size = 9), @p8='menu-list' (Size = 9), @p9='2021-04-20T15:09:44.6275528+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/list' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:44,760
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/list responded 200 in 208.7470 ms
|
|
|
|
【时间】2021-04-20 15:09:44,875
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:44,883
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:44,891
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:44,962
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__p_0='-2147482548' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:44,978
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='18' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:09:44.9397782+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:45,057
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 188.3639 ms
|
|
|
|
【时间】2021-04-20 15:09:47,481
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:47,491
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:09:47,500
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:09:47,508
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:09:47,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482547' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:47,563
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:09:47.5465086+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:47,727
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 248.9854 ms
|
|
|
|
【时间】2021-04-20 15:09:47,810
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:09:47,822
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:09:47,888
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__p_0='-2147482546' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:09:47,901
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:09:47.8740634+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:09:47,969
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 176.9877 ms
|
|
|
|
【时间】2021-04-20 15:11:32,107
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:11:32,126
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:11:32,156
|
|
【等级】INF
|
|
【消息】Executed DbCommand (18ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:11:32,225
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482545' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:11:32,240
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='51' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:11:32.2148423+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:11:32,316
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 222.6639 ms
|
|
|
|
【时间】2021-04-20 15:11:34,051
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:11:34,059
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:11:34,059
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:11:34,071
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:11:34,072
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:11:34,094
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:11:34,180
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482544' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:11:34,194
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:11:34.1642821+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:11:34,308
|
|
【等级】INF
|
|
【消息】Executed DbCommand (112ms) [Parameters=[@__p_0='-2147482543' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:11:34,343
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 295.9728 ms
|
|
|
|
【时间】2021-04-20 15:11:34,529
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='52' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:11:34.1901549+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:11:34,574
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 529.7426 ms
|
|
|
|
【时间】2021-04-20 15:11:54,382
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:11:54,383
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:11:54,389
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:11:54,389
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:11:54,400
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:11:54,408
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:11:54,460
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482542' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:11:54,462
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482541' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:11:54,471
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:11:54.4514042+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:11:54,523
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 145.5327 ms
|
|
|
|
【时间】2021-04-20 15:11:54,624
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='12' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:11:54.4524797+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:11:54,655
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 276.4193 ms
|
|
|
|
【时间】2021-04-20 15:20:39,531
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:20:39,531
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:20:39,566
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:20:39,568
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:20:39,575
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:20:39,586
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:20:39,621
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482540' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:20:39,633
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='37' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:20:39.6163026+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:20:39,634
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482539' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:20:39,685
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 159.0572 ms
|
|
|
|
【时间】2021-04-20 15:20:39,807
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='64' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:20:39.6298969+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:20:39,840
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 314.1408 ms
|
|
|
|
【时间】2021-04-20 15:21:03,539
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:21:03,543
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:21:03,546
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:21:03,552
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:21:03,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:21:03,567
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:21:03,621
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482538' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:21:03,632
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482537' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:21:03,642
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:21:03.6123145+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:21:03,780
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 253.9793 ms
|
|
|
|
【时间】2021-04-20 15:21:03,900
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:21:03.6230861+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:21:03,935
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 413.0780 ms
|
|
|
|
【时间】2021-04-20 15:21:33,049
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:21:33,056
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:21:33,090
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:21:33,099
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:21:33,138
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482536' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:21:33,148
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='53' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:21:33.1331037+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:21:33,214
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 174.7401 ms
|
|
|
|
【时间】2021-04-20 15:21:33,345
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:21:33,354
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:21:33,419
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__p_0='-2147482535' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:21:33,435
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:21:33.4029220+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:21:33,532
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 191.2664 ms
|
|
|
|
【时间】2021-04-20 15:22:22,525
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:22,525
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:22,533
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:22:22,536
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:22:22,548
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:22:22,556
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:22:22,579
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482534' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:22,589
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:22:22.5726179+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:22,694
|
|
【等级】INF
|
|
【消息】Executed DbCommand (98ms) [Parameters=[@__p_0='-2147482533' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:22,729
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 211.9671 ms
|
|
|
|
【时间】2021-04-20 15:22:22,854
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='35' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:22:22.5925040+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:22,893
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 376.5397 ms
|
|
|
|
【时间】2021-04-20 15:22:44,730
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:44,736
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:22:44,775
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:22:44,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:22:44,827
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482532' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:44,836
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='58' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:22:44.8212759+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:44,994
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 271.8546 ms
|
|
|
|
【时间】2021-04-20 15:22:45,030
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:45,044
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:22:45,136
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482531' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:45,147
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:22:45.1280061+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:45,238
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 211.6010 ms
|
|
|
|
【时间】2021-04-20 15:22:55,020
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:55,045
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Active", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:22:55,048
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:55,050
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:55,055
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='open_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,071
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,078
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:55,080
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906490' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:22:55,081
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:22:55,083
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__input_Code_0='menu_weight' (Size = 11)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,113
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__dictTypeId_0='142307070906491' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:22:55,166
|
|
【等级】INF
|
|
【消息】Executed DbCommand (25ms) [Parameters=[@__p_0='-2147482530' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,180
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=open_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:22:55.1379789+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:55,182
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:22:55,289
|
|
【等级】INF
|
|
【消息】Executed DbCommand (81ms) [Parameters=[@__p_0='-2147482527' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,289
|
|
【等级】INF
|
|
【消息】Executed DbCommand (86ms) [Parameters=[@__Trim_0='system' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE ((NOT ("s"."IsDeleted") AND ("s"."Application" = @__Trim_0)) AND ("s"."Status" = 0)) AND "s"."Type" IN (0, 1)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:22:55,289
|
|
【等级】INF
|
|
【消息】Executed DbCommand (91ms) [Parameters=[@__p_0='-2147482528' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,318
|
|
【等级】INF
|
|
【消息】Executed DbCommand (162ms) [Parameters=[@__p_0='-2147482529' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,321
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=open_type responded 200 in 286.3012 ms
|
|
|
|
【时间】2021-04-20 15:22:55,324
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='45' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:22:55.1498849+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:55,339
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 305.7931 ms
|
|
|
|
【时间】2021-04-20 15:22:55,352
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482526' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:22:55,359
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='91' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/tree?application=system' (Size = 53), @p6=NULL, @p7='menu-tree' (Size = 9), @p8='menu-tree' (Size = 9), @p9='2021-04-20T15:22:55.3382200+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/tree' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:55,377
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/tree?application=system responded 200 in 211.1484 ms
|
|
|
|
【时间】2021-04-20 15:22:55,448
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='53' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_weight' (Size = 59), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:22:55.2054438+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:55,470
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_weight responded 200 in 398.1760 ms
|
|
|
|
【时间】2021-04-20 15:22:55,601
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysAppService' (Size = 32), @p3='25' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysApp/list' (Size = 33), @p6=NULL, @p7='app-list' (Size = 8), @p8='app-list' (Size = 8), @p9='2021-04-20T15:22:55.1957149+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysApp/list' (Size = 12)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:22:55,636
|
|
【等级】INF
|
|
【消息】HTTP GET /sysApp/list responded 200 in 621.9967 ms
|
|
|
|
【时间】2021-04-20 15:23:00,001
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:23:00,051
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__ToString_0='150476193398853' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ((@__ToString_0 = '') OR (instr("s"."Pids", @__ToString_0) > 0))
|
|
|
|
【时间】2021-04-20 15:23:00,065
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND "s"."Id" IN (150476314898501, 150476193398853)
|
|
|
|
【时间】2021-04-20 15:23:00,076
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysMenuId" IN (150476314898501, 150476193398853)
|
|
|
|
【时间】2021-04-20 15:23:00,110
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482525' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:00,113
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='150476193398853' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:00,116
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='150476314898501' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:00,137
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/delete' (Size = 36), @p6=NULL, @p7='menu' (Size = 4), @p8='menu' (Size = 4), @p9='2021-04-20T15:23:00.1069936+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/delete' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:23:00,248
|
|
【等级】INF
|
|
【消息】Executed DbCommand (110ms) [Parameters=[@p0='150476193398853' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_menu"
|
|
WHERE "Id" = @p0;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:23:00,249
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='150476314898501' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_menu"
|
|
WHERE "Id" = @p0;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:23:00,347
|
|
【等级】INF
|
|
【消息】HTTP POST /sysMenu/delete responded 200 in 352.6121 ms
|
|
|
|
【时间】2021-04-20 15:23:01,143
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:23:01,144
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:23:01,152
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:23:01,222
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482524' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:01,230
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/list' (Size = 34), @p6=NULL, @p7='menu-list' (Size = 9), @p8='menu-list' (Size = 9), @p9='2021-04-20T15:23:01.2181411+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/list' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:23:01,285
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/list responded 200 in 146.0039 ms
|
|
|
|
【时间】2021-04-20 15:23:01,303
|
|
【等级】INF
|
|
【消息】Executed DbCommand (156ms) [Parameters=[@__input_Code_0='menu_type' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:01,328
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__dictTypeId_0='142307070906488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:23:01,384
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482523' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:01,394
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='187' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=menu_type' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T15:23:01.3729697+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:23:01,466
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=menu_type responded 200 in 327.0591 ms
|
|
|
|
【时间】2021-04-20 15:23:04,698
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:23:04,699
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:23:04,707
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:23:04,715
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:23:04,720
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:23:04,768
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482522' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:04,771
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='24' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:23:04.7641510+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:23:04,859
|
|
【等级】INF
|
|
【消息】Executed DbCommand (156ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:23:04,930
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 235.3292 ms
|
|
|
|
【时间】2021-04-20 15:23:04,950
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482521' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:23:04,964
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='181' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:23:04.9388875+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:23:05,027
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 332.4057 ms
|
|
|
|
【时间】2021-04-20 15:24:59,633
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:24:59,633
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:24:59,643
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:24:59,643
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:24:59,652
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:24:59,660
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:24:59,689
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482520' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:24:59,711
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:24:59.6806131+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:00,082
|
|
【等级】INF
|
|
【消息】Executed DbCommand (372ms) [Parameters=[@__p_0='-2147482519' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:00,112
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 483.5252 ms
|
|
|
|
【时间】2021-04-20 15:25:00,242
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:24:59.7066021+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:00,278
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 655.8383 ms
|
|
|
|
【时间】2021-04-20 15:25:09,596
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:09,605
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:25:09,616
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:25:09,627
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:25:09,672
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482518' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:09,698
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='33' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:25:09.6652043+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:09,857
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 263.6124 ms
|
|
|
|
【时间】2021-04-20 15:25:09,901
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:09,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 15:25:09,969
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482517' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:09,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='18' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:25:09.9618217+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:10,060
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 163.1874 ms
|
|
|
|
【时间】2021-04-20 15:25:16,169
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:16,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Id_0='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = @__input_Id_0
|
|
|
|
【时间】2021-04-20 15:25:16,521
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910565' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,537
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910564' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,549
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910566' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,559
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910567' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,567
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910568' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,577
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910569' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,586
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910570' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,598
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910571' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,611
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910572' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,620
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910573' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,630
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910574' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,642
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910575' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,655
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910576' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,678
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910577' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910578' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,702
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910579' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,714
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910580' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,723
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910582' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,733
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910581' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,743
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910583' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,754
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910584' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,764
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910585' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,772
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910586' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910587' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,798
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910588' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,806
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910563' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,815
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482516' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,823
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910563' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,832
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910564' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,839
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910565' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,853
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910566' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,862
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910567' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,872
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910568' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,882
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910569' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,890
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910570' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,899
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910571' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,907
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910572' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910573' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,925
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910574' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,933
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910575' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,941
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910576' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,949
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910577' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,958
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910578' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,966
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910579' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,975
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910580' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,983
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910581' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:16,992
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910582' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,000
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910583' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,007
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910584' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,015
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910585' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,029
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910586' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,037
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910587' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,046
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910588' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,055
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910589' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,064
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910590' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,075
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070910591' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,084
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070914629' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,095
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070914630' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,107
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070914631' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,115
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='150053894680645' (DbType = String), @__p_1='142307070914632' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId", "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE ("s"."SysRoleId" = @__p_0) AND ("s"."SysMenuId" = @__p_1)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,133
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='256' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/grantMenu' (Size = 39), @p6=NULL, @p7='grant-menu' (Size = 10), @p8='grant-menu' (Size = 10), @p9='2021-04-20T15:25:16.5128781+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/grantMenu' (Size = 18)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:17,134
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='142307070910589' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,135
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='142307070910590' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,136
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p0='142307070910591' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,137
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p0='142307070914629' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,137
|
|
【等级】INF
|
|
【消息】Executed DbCommand (0ms) [Parameters=[@p0='142307070914630' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,138
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='142307070914631' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,141
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='142307070914632' (DbType = String), @p1='150053894680645' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
DELETE FROM "sys_role_menu"
|
|
WHERE "SysMenuId" = @p0 AND "SysRoleId" = @p1;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:25:17,220
|
|
【等级】INF
|
|
【消息】HTTP POST /sysRole/grantMenu responded 200 in 1072.7094 ms
|
|
|
|
【时间】2021-04-20 15:25:17,337
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:17,346
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:25:17,364
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:25:17,419
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482515' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:17,428
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='29' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:25:17.4111180+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:17,526
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 193.4137 ms
|
|
|
|
【时间】2021-04-20 15:25:32,319
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:32,319
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:32,328
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:25:32,381
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482514' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:32,387
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:25:32.3716550+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:32,479
|
|
【等级】INF
|
|
【消息】Executed DbCommand (156ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:25:32,500
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:25:32,508
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:25:32,567
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 251.0144 ms
|
|
|
|
【时间】2021-04-20 15:25:32,711
|
|
【等级】INF
|
|
【消息】Executed DbCommand (161ms) [Parameters=[@__p_0='-2147482513' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:32,730
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='191' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:25:32.5475991+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:32,808
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 494.6104 ms
|
|
|
|
【时间】2021-04-20 15:25:37,989
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:37,997
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:25:38,015
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:25:38,027
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:25:38,069
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482512' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:38,078
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='41' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:25:38.0619368+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:38,234
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 248.0938 ms
|
|
|
|
【时间】2021-04-20 15:25:38,298
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:25:38,308
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 15:25:38,352
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482511' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:25:38,363
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:25:38.3453806+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:25:38,432
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 137.2930 ms
|
|
|
|
【时间】2021-04-20 15:27:13,357
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:13,357
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:13,364
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:27:13,364
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:27:13,373
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:27:13,383
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:27:13,415
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482510' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:13,426
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:27:13.4011394+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:13,450
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482509' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:13,483
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 132.2160 ms
|
|
|
|
【时间】2021-04-20 15:27:13,607
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:27:13.4435921+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:13,649
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 298.1493 ms
|
|
|
|
【时间】2021-04-20 15:27:15,341
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:15,348
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:27:15,357
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:27:15,366
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:27:15,409
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482508' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:15,418
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='29' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:27:15.4026490+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:15,648
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:15,653
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:27:15,695
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482507' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:15,782
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 445.1145 ms
|
|
|
|
【时间】2021-04-20 15:27:15,850
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='5' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:27:15.6916216+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:15,881
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 239.0668 ms
|
|
|
|
【时间】2021-04-20 15:27:18,874
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:18,875
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:18,880
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:27:18,881
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:27:18,910
|
|
【等级】INF
|
|
【消息】Executed DbCommand (26ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:27:18,920
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:27:18,964
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482506' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:18,978
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:27:18.9518247+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:19,004
|
|
【等级】INF
|
|
【消息】Executed DbCommand (21ms) [Parameters=[@__p_0='-2147482505' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:19,037
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 166.4110 ms
|
|
|
|
【时间】2021-04-20 15:27:19,163
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='56' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:27:18.9760976+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:19,214
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 344.0719 ms
|
|
|
|
【时间】2021-04-20 15:27:21,820
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:21,828
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:27:21,837
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:27:21,845
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:27:21,895
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482504' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:21,905
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:27:21.8863289+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:22,053
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 236.3230 ms
|
|
|
|
【时间】2021-04-20 15:27:22,132
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:22,144
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 15:27:22,192
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482503' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:22,200
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:27:22.1844681+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:22,271
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 144.6431 ms
|
|
|
|
【时间】2021-04-20 15:27:25,155
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:25,179
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:27:25,182
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:25,189
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:27:25,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:27:25,210
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:27:25,234
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482502' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:25,247
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:27:25.2260123+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:25,349
|
|
【等级】INF
|
|
【消息】Executed DbCommand (90ms) [Parameters=[@__p_0='-2147482501' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:25,382
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 211.7894 ms
|
|
|
|
【时间】2021-04-20 15:27:25,508
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='58' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:27:25.2568318+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:25,548
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 398.5613 ms
|
|
|
|
【时间】2021-04-20 15:27:27,518
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:27,526
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:27:27,536
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:27:27,549
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:27:27,597
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482500' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:27,606
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='35' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:27:27.5912994+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:27,759
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 243.8001 ms
|
|
|
|
【时间】2021-04-20 15:27:27,825
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:27:27,834
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 15:27:27,920
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482499' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:27:27,933
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:27:27.9132101+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:27:28,007
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 187.1545 ms
|
|
|
|
【时间】2021-04-20 15:28:29,533
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:28:29,541
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:28:29,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:28:29,601
|
|
【等级】INF
|
|
【消息】Executed DbCommand (36ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:28:29,654
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482498' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:28:29,666
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='80' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:28:29.6495689+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:28:29,826
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 296.3478 ms
|
|
|
|
【时间】2021-04-20 15:28:29,835
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:28:29,863
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:28:29,919
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482497' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:28:29,934
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:28:29.9121972+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:28:30,017
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 187.3781 ms
|
|
|
|
【时间】2021-04-20 15:34:55,451
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:34:55,451
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:34:55,459
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:34:55,459
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:34:55,468
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:34:55,477
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:34:55,506
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482496' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:34:55,525
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:34:55.4988797+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:34:55,643
|
|
【等级】INF
|
|
【消息】Executed DbCommand (117ms) [Parameters=[@__p_0='-2147482495' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:34:55,673
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 230.4431 ms
|
|
|
|
【时间】2021-04-20 15:34:55,809
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:34:55.5228709+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:34:55,848
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 409.9916 ms
|
|
|
|
【时间】2021-04-20 15:34:55,883
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:34:55,909
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:34:55,930
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:34:55,944
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:34:56,048
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482494' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:34:56,093
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='64' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:34:56.0380429+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:34:56,191
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 317.2316 ms
|
|
|
|
【时间】2021-04-20 15:36:10,225
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:36:10,238
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:10,300
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:10,310
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 15:36:10,327
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 15:36:10,345
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 15:36:10,358
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:36:10,372
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:36:10,381
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:36:10,392
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:10,403
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:36:10,415
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:36:10,429
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:36:10,445
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__appCode_0='system' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Application", "s"."Code", "s"."Component", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Icon", "s"."IsDeleted", "s"."Link", "s"."Name", "s"."OpenType", "s"."Permission", "s"."Pid", "s"."Pids", "s"."Redirect", "s"."Remark", "s"."Router", "s"."Sort", "s"."Status", "s"."Type", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName", "s"."Visible", "s"."Weight"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE ((NOT ("s"."IsDeleted") AND ("s"."Status" = 0)) AND ("s"."Application" = @__appCode_0)) AND ("s"."Type" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:36:10,512
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482644' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:10,523
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482493' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:10,533
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:10,545
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='226' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T15:36:10.5057215+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:36:10,546
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T15:36:10.2418379+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:36:10,548
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T15:36:10.2418379+08:00' (DbType = String), @p2='2021-04-20T15:36:10.5387979+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:36:10,704
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 489.9951 ms
|
|
|
|
【时间】2021-04-20 15:36:15,296
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:36:15,311
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:36:15,329
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:36:15,395
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482492' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:15,409
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='37' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:36:15.3893290+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:36:15,482
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 203.9453 ms
|
|
|
|
【时间】2021-04-20 15:36:17,122
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:36:17,124
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:36:17,132
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:36:17,132
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:36:17,142
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:36:17,156
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:36:17,181
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482491' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:17,191
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:36:17.1762031+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:36:17,219
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__p_0='-2147482490' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:17,256
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 135.1876 ms
|
|
|
|
【时间】2021-04-20 15:36:17,377
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:36:17.1999632+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:36:17,419
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 300.5066 ms
|
|
|
|
【时间】2021-04-20 15:36:17,743
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:36:17,753
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:36:17,765
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:36:17,776
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:36:17,832
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482489' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:36:17,843
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:36:17.8265838+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:36:17,913
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 177.4043 ms
|
|
|
|
【时间】2021-04-20 15:38:06,669
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:38:06,669
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:38:06,679
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:38:06,707
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:38:06,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:38:06,766
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482488' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:38:06,771
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='46' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:38:06.7618589+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:38:06,830
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:38:06,936
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 273.6073 ms
|
|
|
|
【时间】2021-04-20 15:38:06,957
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482487' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:38:06,965
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='216' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:38:06.9515033+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:38:07,034
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 371.4410 ms
|
|
|
|
【时间】2021-04-20 15:38:37,020
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:38:37,020
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:38:37,027
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:38:37,028
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:38:37,044
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:38:37,052
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:38:37,075
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:38:37,086
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:38:37.0701687+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:38:37,192
|
|
【等级】INF
|
|
【消息】Executed DbCommand (95ms) [Parameters=[@__p_0='-2147482485' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:38:37,225
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 214.9135 ms
|
|
|
|
【时间】2021-04-20 15:38:37,350
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='37' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:38:37.0945734+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:38:37,391
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 380.3617 ms
|
|
|
|
【时间】2021-04-20 15:38:37,403
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:38:37,412
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:38:37,428
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:38:37,438
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:38:37,500
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482484' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:38:37,511
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:38:37.4857357+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:38:37,588
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 191.8571 ms
|
|
|
|
【时间】2021-04-20 15:39:34,547
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:34,566
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:34,621
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:34,661
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 15:39:34,673
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 15:39:34,686
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 15:39:34,700
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:39:34,712
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:39:34,725
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:39:34,754
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:34,771
|
|
【等级】INF
|
|
【消息】Executed DbCommand (12ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:39:34,785
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:39:34,797
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:39:34,880
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482643' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:34,893
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482483' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:34,907
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:34,921
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='255' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T15:39:34.8620209+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:34,923
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T15:39:34.5695083+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:34,924
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T15:39:34.5695083+08:00' (DbType = String), @p2='2021-04-20T15:39:34.9112451+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 15:39:35,087
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 545.1066 ms
|
|
|
|
【时间】2021-04-20 15:39:39,899
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:39,907
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:39:39,917
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:39:39,978
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482482' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:39,993
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:39:39.9637866+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:40,473
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 594.2972 ms
|
|
|
|
【时间】2021-04-20 15:39:41,573
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:41,573
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:41,583
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:39:41,637
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482481' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:41,643
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:39:41.6259373+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:41,699
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 128.1639 ms
|
|
|
|
【时间】2021-04-20 15:39:41,736
|
|
【等级】INF
|
|
【消息】Executed DbCommand (159ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:39:41,769
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:39:41,778
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:39:41,843
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482480' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:41,853
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='219' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:39:41.8321483+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:41,924
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 354.0437 ms
|
|
|
|
【时间】2021-04-20 15:39:41,935
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:41,958
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:39:41,972
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:39:41,984
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:39:42,077
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482479' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:42,089
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='75' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:39:42.0712523+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:42,162
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 231.6752 ms
|
|
|
|
【时间】2021-04-20 15:39:59,646
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:59,646
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:39:59,656
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:39:59,663
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:39:59,669
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:39:59,747
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482478' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:59,756
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='26' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:39:59.7419570+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:59,805
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 162.9135 ms
|
|
|
|
【时间】2021-04-20 15:39:59,808
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:39:59,890
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482477' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:39:59,903
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='187' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:39:59.8807646+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:39:59,966
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 322.8988 ms
|
|
|
|
【时间】2021-04-20 15:40:00,127
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:40:00,144
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:40:00,156
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:40:00,165
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:40:00,212
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482476' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:40:00,221
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='43' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:40:00.2062935+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:40:00,295
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 172.0141 ms
|
|
|
|
【时间】2021-04-20 15:40:28,423
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:40:28,423
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:40:28,431
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:40:28,431
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 15:40:28,438
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:40:28,447
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:40:28,477
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482475' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:40:28,509
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='10' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:40:28.4711013+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:40:28,621
|
|
【等级】INF
|
|
【消息】Executed DbCommand (95ms) [Parameters=[@__p_0='-2147482474' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:40:28,654
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 233.8343 ms
|
|
|
|
【时间】2021-04-20 15:40:28,778
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:40:28.5240876+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:40:28,809
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 394.1135 ms
|
|
|
|
【时间】2021-04-20 15:40:29,123
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:40:29,128
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:40:29,139
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:40:29,148
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:40:29,188
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482473' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:40:29,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:40:29.1835343+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:40:29,274
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 154.2161 ms
|
|
|
|
【时间】2021-04-20 15:42:01,961
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:42:01,970
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:42:01,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:42:01,995
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:42:02,042
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482472' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:42:02,052
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:42:02.0370009+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:42:02,216
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 269.7291 ms
|
|
|
|
【时间】2021-04-20 15:42:02,260
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:42:02,277
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:42:02,334
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482471' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:42:02,345
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:42:02.3259636+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:42:02,531
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:42:02,768
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 511.7737 ms
|
|
|
|
【时间】2021-04-20 15:42:02,805
|
|
【等级】INF
|
|
【消息】Executed DbCommand (271ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:42:02,818
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:42:02,827
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:42:02,899
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482470' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:42:02,916
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='306' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:42:02.8906568+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:42:02,991
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 464.4872 ms
|
|
|
|
【时间】2021-04-20 15:42:48,627
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:42:48,627
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:42:48,633
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:42:48,678
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482469' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:42:48,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:42:48.6714559+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:42:48,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:42:48,804
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:42:48,808
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:42:48,852
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 227.8065 ms
|
|
|
|
【时间】2021-04-20 15:42:49,007
|
|
【等级】INF
|
|
【消息】Executed DbCommand (163ms) [Parameters=[@__p_0='-2147482468' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:42:49,021
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='183' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:42:48.8410510+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:42:49,089
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 465.2558 ms
|
|
|
|
【时间】2021-04-20 15:42:49,399
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:42:49,405
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:42:49,412
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:42:49,422
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:42:49,461
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482467' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:42:49,470
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='27' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:42:49.4560262+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:42:49,539
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 142.7329 ms
|
|
|
|
【时间】2021-04-20 15:43:37,027
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:43:37,028
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:43:37,059
|
|
【等级】INF
|
|
【消息】Executed DbCommand (27ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:43:37,059
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:43:37,067
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:43:37,077
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:43:37,123
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482466' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:43:37,136
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='33' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:43:37.1169450+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:43:37,137
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482465' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:43:37,269
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 244.3010 ms
|
|
|
|
【时间】2021-04-20 15:43:37,390
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='69' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:43:37.1321384+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:43:37,433
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 414.2712 ms
|
|
|
|
【时间】2021-04-20 15:43:37,747
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:43:37,756
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:43:37,767
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:43:37,776
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:43:37,824
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482464' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:43:37,835
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='34' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:43:37.8168602+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:43:37,908
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 165.4044 ms
|
|
|
|
【时间】2021-04-20 15:44:44,351
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:44:44,358
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:44:44,421
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:44:44,427
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:44:44,471
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482463' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:44:44,482
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='81' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:44:44.4653659+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:44:44,582
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 248.1940 ms
|
|
|
|
【时间】2021-04-20 15:44:44,637
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:44:44,647
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:44:44,701
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482462' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:44:44,709
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:44:44.6917392+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:44:44,780
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 147.2776 ms
|
|
|
|
【时间】2021-04-20 15:44:44,893
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:44:44,904
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:44:44,918
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:44:44,927
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:44:44,987
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__p_0='-2147482461' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:44:45,008
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:44:44.9746171+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:44:45,077
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 187.1531 ms
|
|
|
|
【时间】2021-04-20 15:45:05,011
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:05,011
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:05,020
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:45:05,039
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:45:05,049
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:45:05,070
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:45:05,089
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482460' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:05,106
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:45:05.0763905+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:05,233
|
|
【等级】INF
|
|
【消息】Executed DbCommand (45ms) [Parameters=[@__p_0='-2147482459' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:05,266
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 257.7353 ms
|
|
|
|
【时间】2021-04-20 15:45:05,434
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='61' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:45:05.1731940+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:05,493
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 485.1960 ms
|
|
|
|
【时间】2021-04-20 15:45:14,265
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:14,272
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:45:14,282
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:45:14,291
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:45:14,338
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482458' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:14,347
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:45:14.3293561+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:14,508
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 248.0211 ms
|
|
|
|
【时间】2021-04-20 15:45:14,566
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:14,575
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:45:14,626
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482457' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:14,642
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:45:14.6199891+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:14,714
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 151.0636 ms
|
|
|
|
【时间】2021-04-20 15:45:18,119
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:18,125
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:45:18,136
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:45:18,207
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482456' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:18,217
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='19' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:45:18.2004833+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:18,370
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 254.1145 ms
|
|
|
|
【时间】2021-04-20 15:45:19,990
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:19,999
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:45:20,008
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:45:20,021
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:45:20,076
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482455' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:20,087
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:45:20.0701124+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:20,240
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 253.6140 ms
|
|
|
|
【时间】2021-04-20 15:45:20,292
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:20,303
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:45:20,357
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482454' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:20,373
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:45:20.3510219+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:20,448
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 159.3885 ms
|
|
|
|
【时间】2021-04-20 15:45:20,552
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:45:20,563
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:45:20,576
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:45:20,588
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:45:20,628
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482453' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:45:20,637
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:45:20.6228712+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:45:20,716
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 167.0354 ms
|
|
|
|
【时间】2021-04-20 15:46:15,350
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:46:15,350
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:46:15,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 15:46:15,357
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:46:15,370
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:46:15,383
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:46:15,413
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482452' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:46:15,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='6' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:46:15.4018296+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:46:15,539
|
|
【等级】INF
|
|
【消息】Executed DbCommand (100ms) [Parameters=[@__p_0='-2147482451' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:46:15,572
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 230.8837 ms
|
|
|
|
【时间】2021-04-20 15:46:15,710
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='36' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:46:15.4374825+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:46:15,775
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 434.2827 ms
|
|
|
|
【时间】2021-04-20 15:46:16,091
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:46:16,100
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:46:16,112
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:46:16,125
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:46:16,192
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482450' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:46:16,203
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='42' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:46:16.1860403+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:46:16,276
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 187.9167 ms
|
|
|
|
【时间】2021-04-20 15:47:01,078
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:47:01,078
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:47:01,084
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:47:01,122
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482449' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:47:01,131
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:47:01.1185478+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:47:01,235
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:47:01,264
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:47:01,269
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 201.4612 ms
|
|
|
|
【时间】2021-04-20 15:47:01,270
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:47:01,369
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482448' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:47:01,376
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='229' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:47:01.3579055+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:47:01,447
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 382.5236 ms
|
|
|
|
【时间】2021-04-20 15:47:01,757
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:47:01,765
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:47:01,775
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:47:01,784
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:47:01,853
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482447' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:47:01,869
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='33' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:47:01.8405205+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:47:01,941
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 188.4069 ms
|
|
|
|
【时间】2021-04-20 15:47:52,301
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:47:52,301
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:47:52,308
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:47:52,308
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:47:52,325
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:47:52,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:47:52,357
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482446' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:47:52,368
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:47:52.3509319+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:47:52,457
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 165.9386 ms
|
|
|
|
【时间】2021-04-20 15:47:52,506
|
|
【等级】INF
|
|
【消息】Executed DbCommand (68ms) [Parameters=[@__p_0='-2147482445' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:47:52,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:47:52.4363412+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:47:52,624
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 332.9629 ms
|
|
|
|
【时间】2021-04-20 15:47:52,938
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:47:52,950
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:47:52,964
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:47:52,979
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:47:53,024
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482444' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:47:53,033
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='46' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:47:53.0179842+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:47:53,108
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 173.4932 ms
|
|
|
|
【时间】2021-04-20 15:48:01,476
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:48:01,478
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:48:01,483
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:48:01,485
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 15:48:01,492
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:48:01,503
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:48:01,535
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482443' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:48:01,545
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:48:01.5260174+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:48:01,647
|
|
【等级】INF
|
|
【消息】Executed DbCommand (94ms) [Parameters=[@__p_0='-2147482442' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:48:01,684
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 211.6695 ms
|
|
|
|
【时间】2021-04-20 15:48:01,807
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:48:01.5507672+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:48:01,845
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 373.4320 ms
|
|
|
|
【时间】2021-04-20 15:48:02,159
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:48:02,170
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:48:02,182
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:48:02,197
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:48:02,239
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482441' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:48:02,249
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:48:02.2341199+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:48:02,657
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 501.4221 ms
|
|
|
|
【时间】2021-04-20 15:49:15,926
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:49:15,926
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:49:15,933
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:49:15,938
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:49:15,944
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:49:15,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482440' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:49:15,991
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:49:15.9820346+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:49:16,084
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:49:16,152
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 260.9224 ms
|
|
|
|
【时间】2021-04-20 15:49:16,363
|
|
【等级】INF
|
|
【消息】Executed DbCommand (215ms) [Parameters=[@__p_0='-2147482439' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:49:16,389
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='175' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:49:16.1449727+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:49:16,464
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 541.8676 ms
|
|
|
|
【时间】2021-04-20 15:49:16,467
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:49:16,473
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:49:16,481
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:49:16,488
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:49:16,529
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482438' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:49:16,538
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='24' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:49:16.5229532+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:49:16,615
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 155.1612 ms
|
|
|
|
【时间】2021-04-20 15:50:36,009
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:50:36,017
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:50:36,026
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:50:36,034
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:50:36,103
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__p_0='-2147482437' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:50:36,120
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:50:36.0844721+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:50:36,279
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:50:36,292
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:50:36,316
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 340.4877 ms
|
|
|
|
【时间】2021-04-20 15:50:36,384
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482436' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:50:36,405
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='38' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:50:36.3770205+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:50:36,634
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:50:36,655
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:50:36,668
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:50:36,682
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:50:36,742
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482435' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:50:36,827
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 553.1193 ms
|
|
|
|
【时间】2021-04-20 15:50:36,995
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='51' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:50:36.7354516+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:50:37,035
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 406.4805 ms
|
|
|
|
【时间】2021-04-20 15:55:39,388
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:55:39,420
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 15:55:39,457
|
|
【等级】INF
|
|
【消息】Executed DbCommand (27ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 15:55:39,500
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482434' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:55:39,511
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='73' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T15:55:39.4940384+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:55:39,677
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 318.9648 ms
|
|
|
|
【时间】2021-04-20 15:55:41,079
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:55:41,087
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:55:41,096
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:55:41,104
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:55:41,154
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482433' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:55:41,165
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='29' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:55:41.1491581+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:55:41,245
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 168.7807 ms
|
|
|
|
【时间】2021-04-20 15:55:41,390
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:55:41,398
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 15:55:41,457
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482432' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:55:41,465
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T15:55:41.4489938+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:55:41,531
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 145.5796 ms
|
|
|
|
【时间】2021-04-20 15:55:41,557
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 15:55:41,565
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 15:55:41,576
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 15:55:41,587
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 15:55:41,648
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482431' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 15:55:41,657
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='36' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T15:55:41.6431144+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 15:55:41,730
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 177.7447 ms
|
|
|
|
【时间】2021-04-20 16:01:27,113
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 401 in 28.5264 ms
|
|
|
|
【时间】2021-04-20 16:01:27,113
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 401 in 28.1906 ms
|
|
|
|
【时间】2021-04-20 16:01:27,437
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 401 in 0.4904 ms
|
|
|
|
【时间】2021-04-20 16:01:34,337
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 0.6993 ms
|
|
|
|
【时间】2021-04-20 16:01:43,407
|
|
【等级】INF
|
|
【消息】HTTP GET /logout responded 401 in 0.6774 ms
|
|
|
|
【时间】2021-04-20 16:02:10,314
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 10.0369 ms
|
|
|
|
【时间】2021-04-20 16:04:18,610
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 3.4426 ms
|
|
|
|
【时间】2021-04-20 16:04:47,848
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 1.2382 ms
|
|
|
|
【时间】2021-04-20 16:05:36,451
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 0.6660 ms
|
|
|
|
【时间】2021-04-20 16:06:37,327
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 401 in 1.3177 ms
|
|
|
|
【时间】2021-04-20 16:06:43,077
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:43,089
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__input_Account_0='superAdmin' (Size = 10), @__encryptPasswod_1='e10adc3949ba59abbe56e057f20f883e' (Size = 32)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND (("s"."Account" = @__input_Account_0) AND ("s"."Password" = @__encryptPasswod_1))
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,130
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482430' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,140
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0=NULL, @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='15' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/login' (Size = 27), @p6=NULL, @p7='login' (Size = 5), @p8='login' (Size = 5), @p9='2021-04-20T16:06:43.1242557+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='POST' (Size = 4), @p14=NULL, @p15='Y' (Size = 1), @p16='/login' (Size = 6)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:43,294
|
|
【等级】INF
|
|
【消息】HTTP POST /login responded 200 in 225.3906 ms
|
|
|
|
【时间】2021-04-20 16:06:43,420
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:43,438
|
|
【等级】INF
|
|
【消息】Executed DbCommand (14ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,501
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,516
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 16:06:43,527
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 16:06:43,540
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 16:06:43,552
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:06:43,561
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:06:43,572
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:06:43,580
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,591
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:06:43,602
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:06:43,609
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:06:43,659
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482642' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,669
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482429' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,676
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:43,686
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='192' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T16:06:43.6546464+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:43,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2=NULL, @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T16:06:43.4426336+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:43,689
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0=NULL, @p1='2021-04-20T16:06:43.4426336+08:00' (DbType = String), @p2='2021-04-20T16:06:43.6792306+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 16:06:43,757
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 341.3012 ms
|
|
|
|
【时间】2021-04-20 16:06:52,666
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:52,674
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:52,685
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:06:52,730
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482428' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:52,739
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T16:06:52.7222170+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:52,889
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 234.3636 ms
|
|
|
|
【时间】2021-04-20 16:06:52,963
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:52,972
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:52,977
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__input_Code_0='vis_type' (Size = 8)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:52,992
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__dictTypeId_0='142307070906487' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:06:53,039
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482427' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:53,045
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=vis_type' (Size = 56), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T16:06:53.0337761+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:53,211
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=vis_type responded 200 in 254.6407 ms
|
|
|
|
【时间】2021-04-20 16:06:53,271
|
|
【等级】INF
|
|
【消息】Executed DbCommand (281ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_vis" AS "s"
|
|
|
|
【时间】2021-04-20 16:06:53,324
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 16:06:53,388
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482426' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:53,396
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysVisLogService' (Size = 35), @p3='365' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysVisLog/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 79), @p6=NULL, @p7='vis-log-page-list' (Size = 17), @p8='vis-log-page-list' (Size = 17), @p9='2021-04-20T16:06:53.3800884+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysVisLog/page' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:53,470
|
|
【等级】INF
|
|
【消息】HTTP GET /sysVisLog/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 512.1653 ms
|
|
|
|
【时间】2021-04-20 16:06:56,939
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:56,939
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:56,945
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:06:56,947
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:56,954
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:06:56,988
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482425' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:57,104
|
|
【等级】INF
|
|
【消息】Executed DbCommand (162ms) [Parameters=[@__input_Code_0='op_type' (Size = 7)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:57,126
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__dictTypeId_0='142307070906494' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:06:57,134
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='15' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T16:06:56.9837983+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:57,175
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482424' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:57,281
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 345.8809 ms
|
|
|
|
【时间】2021-04-20 16:06:57,379
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='192' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=op_type' (Size = 55), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T16:06:57.1715968+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:57,441
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=op_type responded 200 in 506.4880 ms
|
|
|
|
【时间】2021-04-20 16:06:57,776
|
|
【等级】INF
|
|
【消息】Executed DbCommand (821ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_op" AS "s"
|
|
|
|
【时间】2021-04-20 16:06:57,823
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 16:06:57,883
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482423' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:06:57,896
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysOpLogService' (Size = 34), @p3='894' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 78), @p6=NULL, @p7='op-log-page-list' (Size = 16), @p8='op-log-page-list' (Size = 16), @p9='2021-04-20T16:06:57.8749765+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysOpLog/page' (Size = 14)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:06:57,975
|
|
【等级】INF
|
|
【消息】HTTP GET /sysOpLog/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 1040.1655 ms
|
|
|
|
【时间】2021-04-20 16:07:28,792
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:07:28,803
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 16:07:28,822
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 16:07:28,888
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482422' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:07:28,896
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='32' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T16:07:28.8762586+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:07:29,046
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 262.5095 ms
|
|
|
|
【时间】2021-04-20 16:07:31,184
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:07:31,207
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:07:31,212
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:07:31,217
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:07:31,221
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:07:31,259
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482421' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:07:31,263
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:07:31.2559788+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:07:31,363
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 16:07:31,730
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 556.6652 ms
|
|
|
|
【时间】2021-04-20 16:07:31,775
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:07:31,820
|
|
【等级】INF
|
|
【消息】Executed DbCommand (42ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:07:31,836
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:07:31,847
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:07:31,877
|
|
【等级】INF
|
|
【消息】Executed DbCommand (157ms) [Parameters=[@__p_0='-2147482420' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:07:31,887
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='451' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:07:31.7169568+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:07:31,969
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 790.3167 ms
|
|
|
|
【时间】2021-04-20 16:07:32,119
|
|
【等级】INF
|
|
【消息】Executed DbCommand (169ms) [Parameters=[@__p_0='-2147482419' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:07:32,127
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='79' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:07:31.9461905+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:07:32,216
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 469.9636 ms
|
|
|
|
【时间】2021-04-20 16:08:07,584
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:08:07,589
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:08:07,593
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__input_Code_0='yes_or_no' (Size = 9)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:08:07,599
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__input_Code_0='vis_type' (Size = 8)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_dict_type" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Code" = @__input_Code_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:08:07,602
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906486' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:08:07,618
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__dictTypeId_0='142307070906487' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Value"
|
|
FROM "sys_dict_data" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id"
|
|
FROM "sys_dict_type" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."TypeId" = "t"."Id"
|
|
WHERE (NOT ("s"."IsDeleted") AND ("t"."Id" = @__dictTypeId_0)) AND ("s"."Status" <> 2)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:08:07,662
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482418' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:08:07,690
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='28' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=yes_or_no' (Size = 57), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T16:08:07.6546279+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:08:07,814
|
|
【等级】INF
|
|
【消息】Executed DbCommand (157ms) [Parameters=[@__p_0='-2147482417' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:08:07,840
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=yes_or_no responded 200 in 260.1828 ms
|
|
|
|
【时间】2021-04-20 16:08:07,879
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:08:07,887
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_log_vis" AS "s"
|
|
|
|
【时间】2021-04-20 16:08:07,894
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_1='10' (DbType = String), @__p_0='0' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
ORDER BY "s"."Id" DESC
|
|
LIMIT @__p_1 OFFSET @__p_0
|
|
|
|
【时间】2021-04-20 16:08:07,938
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482416' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:08:07,942
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysVisLogService' (Size = 35), @p3='16' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysVisLog/page?pageNo=1&pageSize=10' (Size = 57), @p6=NULL, @p7='vis-log-page-list' (Size = 17), @p8='vis-log-page-list' (Size = 17), @p9='2021-04-20T16:08:07.9341005+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysVisLog/page' (Size = 15)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:08:07,966
|
|
【等级】INF
|
|
【消息】HTTP GET /sysVisLog/page?pageNo=1&pageSize=10 responded 200 in 90.7147 ms
|
|
|
|
【时间】2021-04-20 16:08:07,982
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysDictTypeService' (Size = 37), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysDictType/dropDown?code=vis_type' (Size = 56), @p6=NULL, @p7='dict-type-drop-down' (Size = 19), @p8='dict-type-drop-down' (Size = 19), @p9='2021-04-20T16:08:07.6553067+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysDictType/dropDown' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:08:08,022
|
|
【等级】INF
|
|
【消息】HTTP GET /sysDictType/dropDown?code=vis_type responded 200 in 441.8224 ms
|
|
|
|
【时间】2021-04-20 16:27:12,347
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:12,360
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Id" = @__p_0)
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:12,423
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:12,438
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "OrgId", "t"."Code" AS "OrgCode", "t"."Name" AS "OrgName", "t0"."Id" AS "PosId", "t0"."Code" AS "PosCode", "t0"."Name" AS "PosName"
|
|
FROM "sys_emp_ext_org_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_org" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysOrgId" = "t"."Id"
|
|
INNER JOIN (
|
|
SELECT "s1"."Id", "s1"."Code", "s1"."Name"
|
|
FROM "sys_pos" AS "s1"
|
|
WHERE NOT ("s1"."IsDeleted")
|
|
) AS "t0" ON "s"."SysPosId" = "t0"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 16:27:12,456
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "t"."Id" AS "PosId", "t"."Code" AS "PosCode", "t"."Name" AS "PosName"
|
|
FROM "sys_emp_pos" AS "s"
|
|
INNER JOIN (
|
|
SELECT "s0"."Id", "s0"."Code", "s0"."Name"
|
|
FROM "sys_pos" AS "s0"
|
|
WHERE NOT ("s0"."IsDeleted")
|
|
) AS "t" ON "s"."SysPosId" = "t"."Id"
|
|
WHERE "s"."SysEmpId" = @__empId_0
|
|
|
|
【时间】2021-04-20 16:27:12,467
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
INNER JOIN "sys_user_role" AS "s0" ON "s"."Id" = "s0"."SysRoleId"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s0"."SysUserId" = @__userId_0)
|
|
|
|
【时间】2021-04-20 16:27:12,479
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:12,490
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:27:12,499
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Permission"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:27:12,510
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__empId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."JobNum", "s"."OrgId", "s"."OrgName"
|
|
FROM "sys_emp" AS "s"
|
|
WHERE "s"."Id" = @__empId_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:12,521
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysOrgId"
|
|
FROM "sys_user_data_scope" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:12,531
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:12,544
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Code", "s"."Name", "s"."Active"
|
|
FROM "sys_app" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:27:12,610
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482641' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."Ip", "s"."Location", "s"."Message", "s"."Name", "s"."Os", "s"."Success", "s"."VisTime", "s"."VisType"
|
|
FROM "sys_log_vis" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:12,628
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482415' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:12,645
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."AdminType", "s"."Avatar", "s"."Birthday", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."Email", "s"."IsDeleted", "s"."LastLoginIp", "s"."LastLoginTime", "s"."Name", "s"."NickName", "s"."Password", "s"."Phone", "s"."Sex", "s"."Status", "s"."Tel", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_user" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:12,658
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.AuthService' (Size = 30), @p3='198' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/getLoginUser' (Size = 34), @p6=NULL, @p7='login-user' (Size = 10), @p8='login-user' (Size = 10), @p9='2021-04-20T16:27:12.5983007+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/getLoginUser' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:12,660
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='127.0.0.1' (Size = 9), @p3=NULL, @p4='登录成功' (Size = 4), @p5='登录' (Size = 2), @p6='Windows10' (Size = 9), @p7='Y' (Size = 1), @p8='2021-04-20T16:27:12.3656872+08:00' (DbType = String), @p9='1' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_vis" ("Account", "Browser", "Ip", "Location", "Message", "Name", "Os", "Success", "VisTime", "VisType")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9);
|
|
SELECT "Id"
|
|
FROM "sys_log_vis"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:12,661
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p3='142307070910551' (DbType = String), @p0='127.0.0.1' (Size = 9), @p1='2021-04-20T16:27:12.3656872+08:00' (DbType = String), @p2='2021-04-20T16:27:12.6499277+08:00' (Nullable = true) (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
UPDATE "sys_user" SET "LastLoginIp" = @p0, "LastLoginTime" = @p1, "UpdatedTime" = @p2
|
|
WHERE "Id" = @p3;
|
|
SELECT changes();
|
|
|
|
【时间】2021-04-20 16:27:12,824
|
|
【等级】INF
|
|
【消息】HTTP GET /getLoginUser responded 200 in 492.8277 ms
|
|
|
|
【时间】2021-04-20 16:27:15,898
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:15,951
|
|
【等级】INF
|
|
【消息】Executed DbCommand (44ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 16:27:15,981
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 16:27:16,099
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482414' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:16,113
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='85' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T16:27:16.0930998+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:16,245
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 416.7502 ms
|
|
|
|
【时间】2021-04-20 16:27:17,856
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:17,857
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:17,864
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:17,864
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:27:17,872
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:27:17,883
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:27:17,922
|
|
【等级】INF
|
|
【消息】Executed DbCommand (16ms) [Parameters=[@__p_0='-2147482413' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:17,934
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='11' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:27:17.9026108+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:18,033
|
|
【等级】INF
|
|
【消息】Executed DbCommand (55ms) [Parameters=[@__p_0='-2147482412' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:18,066
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 212.3922 ms
|
|
|
|
【时间】2021-04-20 16:27:18,214
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='30' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:27:17.9739549+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:18,257
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 403.8197 ms
|
|
|
|
【时间】2021-04-20 16:27:18,267
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:18,291
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:18,328
|
|
【等级】INF
|
|
【消息】Executed DbCommand (32ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:27:18,344
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:27:18,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482411' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:18,446
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='81' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:27:18.4219438+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:18,517
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 252.5311 ms
|
|
|
|
【时间】2021-04-20 16:27:38,064
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:38,078
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:38,115
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:27:38,124
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:27:38,172
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482410' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:38,183
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='63' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:27:38.1631904+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:38,256
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 195.0717 ms
|
|
|
|
【时间】2021-04-20 16:27:38,366
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:38,482
|
|
【等级】INF
|
|
【消息】Executed DbCommand (54ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:27:38,555
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__p_0='-2147482409' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:38,596
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='117' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:27:38.5379511+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:38,598
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:27:38,619
|
|
【等级】INF
|
|
【消息】Executed DbCommand (11ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:27:38,625
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:27:38,629
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:27:38,685
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 322.2862 ms
|
|
|
|
【时间】2021-04-20 16:27:38,840
|
|
【等级】INF
|
|
【消息】Executed DbCommand (167ms) [Parameters=[@__p_0='-2147482408' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:27:38,848
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='34' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:27:38.6705242+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:27:39,249
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 654.6564 ms
|
|
|
|
【时间】2021-04-20 16:38:08,846
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:38:08,846
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:38:08,854
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:38:08,854
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:38:08,889
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:38:08,900
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:38:08,919
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482407' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:38:08,934
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:38:08.9122525+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:38:08,985
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[@__p_0='-2147482406' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:38:09,017
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 182.4515 ms
|
|
|
|
【时间】2021-04-20 16:38:09,141
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='58' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:38:08.9691377+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:38:09,183
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 348.3265 ms
|
|
|
|
【时间】2021-04-20 16:38:09,499
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:38:09,510
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:38:09,524
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:38:09,537
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:38:09,595
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482405' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:38:09,611
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='43' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:38:09.5873844+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:38:09,683
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 189.3343 ms
|
|
|
|
【时间】2021-04-20 16:39:00,606
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:39:00,607
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:39:00,615
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:39:00,624
|
|
【等级】INF
|
|
【消息】Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:39:00,683
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__p_0='-2147482404' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:39:00,689
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='17' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:39:00.6717759+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:39:00,774
|
|
【等级】INF
|
|
【消息】Executed DbCommand (153ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:39:00,807
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:39:00,849
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 246.1966 ms
|
|
|
|
【时间】2021-04-20 16:39:00,865
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482403' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:39:00,884
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='212' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:39:00.8555073+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:39:00,953
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 379.9339 ms
|
|
|
|
【时间】2021-04-20 16:39:01,289
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:39:01,296
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:39:01,304
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:39:01,313
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:39:01,372
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482402' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:39:01,383
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='29' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:39:01.3606371+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:39:01,458
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 171.8046 ms
|
|
|
|
【时间】2021-04-20 16:39:37,766
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:39:37,767
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:39:37,773
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:39:37,777
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:39:37,782
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:39:37,821
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482401' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:39:37,825
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='18' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:39:37.8171556+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:39:37,898
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 147.5437 ms
|
|
|
|
【时间】2021-04-20 16:39:37,924
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:39:38,015
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482400' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:39:38,044
|
|
【等级】INF
|
|
【消息】Executed DbCommand (17ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='188' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:39:38.0085561+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:39:38,138
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 379.8933 ms
|
|
|
|
【时间】2021-04-20 16:39:38,237
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:39:38,258
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:39:38,270
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:39:38,283
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:39:38,334
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482399' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:39:38,342
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='51' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:39:38.3265007+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:39:38,413
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 181.4270 ms
|
|
|
|
【时间】2021-04-20 16:40:00,448
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:40:00,449
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:40:00,455
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:40:00,461
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:40:00,466
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:40:00,509
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@__p_0='-2147482398' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:40:00,515
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='20' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:40:00.5053192+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:40:00,605
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:40:00,661
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 221.6174 ms
|
|
|
|
【时间】2021-04-20 16:40:00,804
|
|
【等级】INF
|
|
【消息】Executed DbCommand (158ms) [Parameters=[@__p_0='-2147482397' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:40:00,832
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='161' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:40:00.6425693+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:40:00,905
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 458.9715 ms
|
|
|
|
【时间】2021-04-20 16:40:01,023
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:40:01,040
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:40:01,073
|
|
【等级】INF
|
|
【消息】Executed DbCommand (20ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:40:01,106
|
|
【等级】INF
|
|
【消息】Executed DbCommand (21ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:40:01,265
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482396' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:40:01,277
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='102' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:40:01.2564249+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:40:01,360
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 352.5065 ms
|
|
|
|
【时间】2021-04-20 16:41:10,449
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:10,449
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:10,460
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:41:10,465
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:41:10,470
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:41:10,512
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__p_0='-2147482395' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:10,517
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='23' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:41:10.5079802+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:10,609
|
|
【等级】INF
|
|
【消息】Executed DbCommand (154ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910555
|
|
|
|
【时间】2021-04-20 16:41:10,683
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 245.8041 ms
|
|
|
|
【时间】2021-04-20 16:41:10,688
|
|
【等级】INF
|
|
【消息】Executed DbCommand (10ms) [Parameters=[@__p_0='-2147482394' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:10,704
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='171' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910555' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:41:10.6742933+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:10,770
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910555 responded 200 in 324.5485 ms
|
|
|
|
【时间】2021-04-20 16:41:10,998
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:11,005
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:41:11,016
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:41:11,024
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:41:11,068
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482393' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:11,075
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:41:11.0597709+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:11,150
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 158.4740 ms
|
|
|
|
【时间】2021-04-20 16:41:35,769
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:35,782
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 16:41:35,807
|
|
【等级】INF
|
|
【消息】Executed DbCommand (19ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 16:41:35,865
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482392' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:35,874
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='46' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T16:41:35.8563232+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:36,030
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 277.1442 ms
|
|
|
|
【时间】2021-04-20 16:41:37,317
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:37,325
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:41:37,335
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:41:37,343
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:41:37,460
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482391' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:37,469
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='31' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:41:37.4546848+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:37,537
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 224.2953 ms
|
|
|
|
【时间】2021-04-20 16:41:37,615
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:37,622
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 150053894680645
|
|
|
|
【时间】2021-04-20 16:41:37,672
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482390' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:37,683
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='9' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=150053894680645' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:41:37.6635597+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:37,757
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=150053894680645 responded 200 in 144.5073 ms
|
|
|
|
【时间】2021-04-20 16:41:37,847
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:41:37,862
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:41:37,874
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:41:37,887
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:41:37,957
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482389' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:41:37,968
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:41:37.9434761+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:41:38,045
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 202.1681 ms
|
|
|
|
【时间】2021-04-20 16:42:49,798
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:42:49,807
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT COUNT(*)
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
|
|
【时间】2021-04-20 16:42:49,821
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='10' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Code", "s"."CreatedTime", "s"."CreatedUserId", "s"."CreatedUserName", "s"."DataScopeType", "s"."IsDeleted", "s"."Name", "s"."Remark", "s"."Sort", "s"."Status", "s"."UpdatedTime", "s"."UpdatedUserId", "s"."UpdatedUserName"
|
|
FROM "sys_role" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
LIMIT @__p_0 OFFSET 0
|
|
|
|
【时间】2021-04-20 16:42:49,879
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482388' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:42:49,888
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='21' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder=' (Size = 77), @p6=NULL, @p7='role-page-list' (Size = 14), @p8='role-page-list' (Size = 14), @p9='2021-04-20T16:42:49.8712414+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/page' (Size = 13)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:42:50,051
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/page?pageNo=1&pageSize=10&sortField=&sortOrder= responded 200 in 264.1852 ms
|
|
|
|
【时间】2021-04-20 16:42:51,456
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:42:51,468
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:42:51,478
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:42:51,487
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:42:51,558
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[@__p_0='-2147482387' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:42:51,584
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:42:51.5501759+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:42:51,651
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 198.0055 ms
|
|
|
|
【时间】2021-04-20 16:42:51,824
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:42:51,834
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:42:51,917
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[@__p_0='-2147482386' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:42:51,931
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='13' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:42:51.9032723+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:42:51,963
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:42:51,969
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:42:51,974
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:42:51,983
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:42:51,985
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 165.7122 ms
|
|
|
|
【时间】2021-04-20 16:42:52,049
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482385' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:42:52,061
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='40' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:42:52.0400336+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:42:52,137
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 179.1892 ms
|
|
|
|
【时间】2021-04-20 16:43:58,239
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:43:58,239
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 16:43:58,247
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 16:43:58,247
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 16:43:58,291
|
|
【等级】INF
|
|
【消息】Executed DbCommand (28ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 16:43:58,303
|
|
【等级】INF
|
|
【消息】Executed DbCommand (7ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 16:43:58,360
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482383' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:43:58,373
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='65' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T16:43:58.3477463+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:43:58,449
|
|
【等级】INF
|
|
【消息】Executed DbCommand (167ms) [Parameters=[@__p_0='-2147482384' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 16:43:58,751
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 514.9670 ms
|
|
|
|
【时间】2021-04-20 16:43:58,878
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='7' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T16:43:58.2784632+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 16:43:58,947
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 711.0214 ms
|
|
|
|
【时间】2021-04-20 18:29:53,824
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 18:29:53,824
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 18:29:53,831
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 18:29:53,833
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 18:29:53,845
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 18:29:53,856
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 18:29:53,941
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__p_0='-2147482382' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 18:29:53,953
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='14' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T18:29:53.9333322+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 18:29:54,062
|
|
【等级】INF
|
|
【消息】Executed DbCommand (109ms) [Parameters=[@__p_0='-2147482381' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 18:29:54,126
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 315.2737 ms
|
|
|
|
【时间】2021-04-20 18:29:54,259
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='39' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T18:29:53.9492699+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 18:29:54,293
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 482.7771 ms
|
|
|
|
【时间】2021-04-20 18:29:54,307
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 18:29:54,318
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 18:29:54,328
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 18:29:54,338
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 18:29:54,410
|
|
【等级】INF
|
|
【消息】Executed DbCommand (9ms) [Parameters=[@__p_0='-2147482380' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 18:29:54,432
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='35' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T18:29:54.3983903+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 18:29:54,498
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 196.2718 ms
|
|
|
|
【时间】2021-04-20 18:35:20,632
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 18:35:20,632
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 18:35:20,639
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE "s"."SysRoleId" = 142307070910554
|
|
|
|
【时间】2021-04-20 18:35:20,640
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 18:35:20,653
|
|
【等级】INF
|
|
【消息】Executed DbCommand (8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 18:35:20,670
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 18:35:20,686
|
|
【等级】INF
|
|
【消息】Executed DbCommand (3ms) [Parameters=[@__p_0='-2147482379' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 18:35:20,696
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysRoleService' (Size = 33), @p3='8' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysRole/ownMenu?id=142307070910554' (Size = 56), @p6=NULL, @p7='own-menu' (Size = 8), @p8='own-menu' (Size = 8), @p9='2021-04-20T18:35:20.6801291+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysRole/ownMenu' (Size = 16)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 18:35:20,812
|
|
【等级】INF
|
|
【消息】Executed DbCommand (84ms) [Parameters=[@__p_0='-2147482378' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 18:35:20,842
|
|
【等级】INF
|
|
【消息】HTTP GET /sysRole/ownMenu?id=142307070910554 responded 200 in 219.8592 ms
|
|
|
|
【时间】2021-04-20 18:35:20,970
|
|
【等级】INF
|
|
【消息】Executed DbCommand (1ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='45' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T18:35:20.7215204+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 18:35:21,036
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 413.2705 ms
|
|
|
|
【时间】2021-04-20 18:35:21,347
|
|
【等级】INF
|
|
【消息】Entity Framework Core 5.0.5 initialized 'DefaultDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite' with options: SensitiveDataLoggingEnabled DetailedErrorsEnabled MigrationsAssembly=Dilon.Database.Migrations
|
|
|
|
【时间】2021-04-20 18:35:21,356
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[@__userId_0='142307070910551' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysRoleId"
|
|
FROM "sys_user_role" AS "s"
|
|
WHERE "s"."SysUserId" = @__userId_0
|
|
|
|
【时间】2021-04-20 18:35:21,372
|
|
【等级】INF
|
|
【消息】Executed DbCommand (6ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."SysMenuId"
|
|
FROM "sys_role_menu" AS "s"
|
|
WHERE 0
|
|
|
|
【时间】2021-04-20 18:35:21,386
|
|
【等级】INF
|
|
【消息】Executed DbCommand (4ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Pid", "s"."Name", "s"."Sort"
|
|
FROM "sys_menu" AS "s"
|
|
WHERE NOT ("s"."IsDeleted") AND ("s"."Status" = 0)
|
|
ORDER BY "s"."Sort"
|
|
|
|
【时间】2021-04-20 18:35:21,451
|
|
【等级】INF
|
|
【消息】Executed DbCommand (5ms) [Parameters=[@__p_0='-2147482377' (DbType = String)], CommandType='"Text"', CommandTimeout='30']
|
|
SELECT "s"."Id", "s"."Account", "s"."Browser", "s"."ClassName", "s"."ElapsedTime", "s"."Ip", "s"."Location", "s"."Message", "s"."MethodName", "s"."Name", "s"."OpTime", "s"."OpType", "s"."Os", "s"."Param", "s"."ReqMethod", "s"."Result", "s"."Success", "s"."Url"
|
|
FROM "sys_log_op" AS "s"
|
|
WHERE "s"."Id" = @__p_0
|
|
LIMIT 1
|
|
|
|
【时间】2021-04-20 18:35:21,468
|
|
【等级】INF
|
|
【消息】Executed DbCommand (2ms) [Parameters=[@p0='superAdmin' (Size = 10), @p1='Chrome89' (Size = 8), @p2='Dilon.Core.Service.SysMenuService' (Size = 33), @p3='43' (DbType = String), @p4='127.0.0.1' (Size = 9), @p5='http://localhost:5566/sysMenu/treeForGrant' (Size = 42), @p6=NULL, @p7='tree-for-grant' (Size = 14), @p8='tree-for-grant' (Size = 14), @p9='2021-04-20T18:35:21.4391832+08:00' (DbType = String), @p10='1' (Nullable = true) (DbType = String), @p11='Windows10' (Size = 9), @p12=NULL, @p13='GET' (Size = 3), @p14=NULL, @p15='Y' (Size = 1), @p16='/sysMenu/treeForGrant' (Size = 21)], CommandType='"Text"', CommandTimeout='30']
|
|
INSERT INTO "sys_log_op" ("Account", "Browser", "ClassName", "ElapsedTime", "Ip", "Location", "Message", "MethodName", "Name", "OpTime", "OpType", "Os", "Param", "ReqMethod", "Result", "Success", "Url")
|
|
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16);
|
|
SELECT "Id"
|
|
FROM "sys_log_op"
|
|
WHERE changes() = 1 AND "rowid" = last_insert_rowid();
|
|
|
|
【时间】2021-04-20 18:35:21,538
|
|
【等级】INF
|
|
【消息】HTTP GET /sysMenu/treeForGrant responded 200 in 194.3513 ms
|
|
|