222
schangxiang@126.com
2025-05-04 47bb3e5ae5ab71ef0867435635024e21fa77f73c
Weben_CMS专用代码生成器/Code/Utility/CommonHelper.cs
@@ -23,7 +23,9 @@
        /// <returns></returns>
        public static bool IsIgnore(string columnName)
        {
            if (columnName.ToUpper() == SystemCommonVar.c_ExtraProperties.ToUpper())
            if (columnName.ToUpper() == SystemCommonVar.c_ExtraProperties.ToUpper()
                || columnName.ToUpper() == SystemCommonVar.c_ConcurrencyStamp.ToUpper()
                )
            {
                return true;
            }