This commit is contained in:
sunkaixuan 2022-10-21 12:28:02 +08:00
parent 9ead049ea6
commit ad4683d5c6

View File

@ -49,7 +49,7 @@ namespace OrmTest
Ver = ver.Ver
})
.UpdateColumns(z => z.Name).ExecuteCommandWithOptLock();
if (data4 != 0) { throw new Exception("unit error"); }
if (data4 != 1) { throw new Exception("unit error"); }
}
public class ULockEntity