mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update TDengine
This commit is contained in:
@@ -19,7 +19,12 @@ namespace SqlSugar.TDengine
|
||||
{
|
||||
public static STableAttribute GetCommonSTableAttribute(ISqlSugarClient db,STableAttribute sTableAttribute)
|
||||
{
|
||||
return sTableAttribute;
|
||||
var key = "GetCommonSTableAttribute_" + sTableAttribute?.STableName;
|
||||
if (db.TempItems?.ContainsKey(key) == true)
|
||||
{
|
||||
sTableAttribute.STableName = db.TempItems[key] +"";
|
||||
}
|
||||
return sTableAttribute!;
|
||||
}
|
||||
public static long ToUnixTimestamp(DateTime dateTime)
|
||||
{
|
||||
|
Reference in New Issue
Block a user