BUG ForEachByPageAsync

This commit is contained in:
sunkaixuan
2022-11-05 14:47:58 +08:00
parent 9117dcffb5
commit 40c7fa5001

View File

@@ -385,7 +385,7 @@ namespace SqlSugar
}
}
}
totalNumber = count;
totalNumber.Value = count;
}
public async Task<List<T>> SetContextAsync<ParameterT>(Expression<Func<T, object>> thisFiled1, Expression<Func<object>> mappingFiled1,