Update unit test

This commit is contained in:
sunkaixuan 2023-01-26 18:03:40 +08:00
parent 76c39bdd62
commit 71cf0d399d

View File

@ -23,7 +23,7 @@ namespace OrmTest
var data = db.Updateable(new ULockEntity() var data = db.Updateable(new ULockEntity()
{ {
Id = id, Id = id,
Ver= DateTime.Now, Ver= dt,
Name = "newname", Name = "newname",
}).ExecuteCommandWithOptLock(); }).ExecuteCommandWithOptLock();