mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update TDengine
This commit is contained in:
@@ -164,6 +164,9 @@ namespace SqlSugar.TDengine
|
|||||||
{
|
{
|
||||||
db.TempItems = new Dictionary<string, object>();
|
db.TempItems = new Dictionary<string, object>();
|
||||||
}
|
}
|
||||||
|
// 删除旧的值(如果存在)
|
||||||
|
db.TempItems.Remove(TagKey);
|
||||||
|
db.TempItems.Remove(TagKey + "action");
|
||||||
db.TempItems.Add(TagKey, tagNames);
|
db.TempItems.Add(TagKey, tagNames);
|
||||||
db.TempItems.Add(TagKey + "action", action);
|
db.TempItems.Add(TagKey + "action", action);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user