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