mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +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()
|
||||
{
|
||||
Id = id,
|
||||
Ver= DateTime.Now,
|
||||
Ver= dt,
|
||||
Name = "newname",
|
||||
|
||||
}).ExecuteCommandWithOptLock();
|
||||
|
Loading…
Reference in New Issue
Block a user