mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update demo
This commit is contained in:
parent
3ed1843192
commit
85f017f117
@ -30,7 +30,7 @@ namespace OrmTest
|
|||||||
Id = id,
|
Id = id,
|
||||||
Name = "newname2",
|
Name = "newname2",
|
||||||
Ver = 0
|
Ver = 0
|
||||||
}).ExecuteCommandWithOptLock(true);
|
}).ExecuteCommandWithOptLock();
|
||||||
if (data2 != 0) { throw new Exception("unit error"); };
|
if (data2 != 0) { throw new Exception("unit error"); };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user