Update demo

This commit is contained in:
sunkaixuan 2022-07-24 17:22:54 +08:00
parent 3ed1843192
commit 85f017f117

View File

@ -30,7 +30,7 @@ namespace OrmTest
Id = id,
Name = "newname2",
Ver = 0
}).ExecuteCommandWithOptLock(true);
}).ExecuteCommandWithOptLock();
if (data2 != 0) { throw new Exception("unit error"); };
}