From 46a77868744e6c05ba48e2842c0e48d22a68932b Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Sat, 23 Dec 2023 22:06:08 +0800 Subject: [PATCH] Update STable --- Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs b/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs index ac443eab1..52eb196e8 100644 --- a/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs +++ b/Src/Asp.NetCore2/SqlSugar.TDengineCore/STable.cs @@ -6,7 +6,7 @@ namespace SqlSugar.TDengine { public class STable { - [SugarColumn(IsOnlyIgnoreInsert = true, IsOnlyIgnoreUpdate = true)] + [SugarColumn(IsIgnore =true)] public string TagsTypeId { get; set; } public static List Tags = null; }