This commit is contained in:
sunkaixuan
2022-11-10 14:04:43 +08:00
parent eb4d5152e3
commit 6311fe2b24

View File

@@ -406,7 +406,6 @@ namespace SqlSugar
.Select("*").ToList();
var result = new List<T>();
throw new Exception("开发中");
return result;
}
public List<T> SetContext<ParameterT>(Expression<Func<T, object>> thisFiled, Expression<Func<object>> mappingFiled, ParameterT parameter)
{