- 修复 多表 ToList 非 a,b,c 别名相同实体 bug;#1830 #1861

This commit is contained in:
2881099
2024-07-25 01:00:56 +08:00
parent b024c54d01
commit 04a538ab42
5 changed files with 63 additions and 2 deletions

View File

@ -74,7 +74,6 @@ namespace FreeSql
_asTableRule = rule;
}
public Type EntityType => _repository.EntityType;
public IDataFilter<TEntity> DataFilter => _repository.DataFilter;
public void Attach(TEntity entity)
{