mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 10:08:11 +08:00
-
This commit is contained in:
parent
9ead049ea6
commit
ad4683d5c6
@ -49,7 +49,7 @@ namespace OrmTest
|
|||||||
Ver = ver.Ver
|
Ver = ver.Ver
|
||||||
})
|
})
|
||||||
.UpdateColumns(z => z.Name).ExecuteCommandWithOptLock();
|
.UpdateColumns(z => z.Name).ExecuteCommandWithOptLock();
|
||||||
if (data4 != 0) { throw new Exception("unit error"); }
|
if (data4 != 1) { throw new Exception("unit error"); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ULockEntity
|
public class ULockEntity
|
||||||
|
Loading…
Reference in New Issue
Block a user