Update unit test

This commit is contained in:
sunkaixuan 2022-08-12 20:12:19 +08:00
parent 2b7b85d8b1
commit 26c41c301e

View File

@ -105,7 +105,7 @@ namespace OrmTest
var list3=db.Queryable<ApiLog>().ToList(); var list3=db.Queryable<ApiLog>().ToList();
db.Insertable<Dictionary<string,object>>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand(); //db.Insertable<Dictionary<string,object>>(new ApiLog(1) { RequestUser="a"}).ExecuteCommand();
} }
/// <summary> /// <summary>