mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update unit test
This commit is contained in:
parent
76c39bdd62
commit
71cf0d399d
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user