Browse Source

-

pull/12/MERGE
sunkaixuan 7 years ago
parent
commit
45e418b8bb
  1. 2
      Src/Asp.Net/SqlSugar/SqlSugarClient.cs

2
Src/Asp.Net/SqlSugar/SqlSugarClient.cs

@ -64,7 +64,7 @@ namespace SqlSugar
} }
set set
{ {
base.Context._Ado = value; base.Context._Ado=base._Ado = value;
} }
} }
#endregion #endregion

Loading…
Cancel
Save