加急修复 UnitOfWork 实现的 bug

This commit is contained in:
28810
2019-03-14 16:45:13 +08:00
parent 2ab59201b0
commit 89ff4ca44d
5 changed files with 28 additions and 18 deletions

View File

@ -7,7 +7,7 @@ using System.Reflection;
using System.Text;
namespace FreeSql {
internal class Utils {
internal static Action<FluentDataFilter> _globalDataFilter;