mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update TDengine
This commit is contained in:
parent
490233f679
commit
c218e49e64
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user