Browse Source

-

pull/23/head
sunkaixuan 2 years ago
parent
commit
ad4683d5c6
  1. 2
      Src/Asp.Net/SqlServerTest/UnitTest/ULock.cs

2
Src/Asp.Net/SqlServerTest/UnitTest/ULock.cs

@ -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

Loading…
Cancel
Save