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, 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"); };
} }