mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-26 02:09:37 +08:00
Update unit test
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OrmTest
|
||||
var data = db.Updateable(new ULockEntity()
|
||||
{
|
||||
Id = id,
|
||||
Ver= DateTime.Now,
|
||||
Ver= dt,
|
||||
Name = "newname",
|
||||
|
||||
}).ExecuteCommandWithOptLock();
|
||||
|
||||
Reference in New Issue
Block a user