mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -406,7 +406,6 @@ namespace SqlSugar
|
|||||||
.Select("*").ToList();
|
.Select("*").ToList();
|
||||||
var result = new List<T>();
|
var result = new List<T>();
|
||||||
throw new Exception("开发中");
|
throw new Exception("开发中");
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
public List<T> SetContext<ParameterT>(Expression<Func<T, object>> thisFiled, Expression<Func<object>> mappingFiled, ParameterT parameter)
|
public List<T> SetContext<ParameterT>(Expression<Func<T, object>> thisFiled, Expression<Func<object>> mappingFiled, ParameterT parameter)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user