- 修复 2.0.103 Uow.Orm 事务 bug;

This commit is contained in:
2881099
2020-12-07 20:18:35 +08:00
parent ff1354d46c
commit 87f2cba55f
5 changed files with 215 additions and 10 deletions

View File

@ -31,7 +31,7 @@ namespace FreeSql.Internal.CommonProvider
public string[] SlaveConnectionStrings { get; protected set; }
public Guid Identifier { get; protected set; }
protected CommonUtils _util { get; set; }
public CommonUtils _util { get; set; }
protected int slaveUnavailables = 0;
private object slaveLock = new object();
private Random slaveRandom = new Random();