mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update TDengine
This commit is contained in:
@@ -13,6 +13,7 @@ namespace SqlSugar.TDengine
|
||||
{
|
||||
TagInserttable<T> result = new TagInserttable<T>();
|
||||
result.thisValue = thisValue;
|
||||
result.Context = ((InsertableProvider<T>)thisValue).Context;
|
||||
result.getChildTableNamefunc = getChildTableNamefunc;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user