From 3b13decf055461ae567883e770814fe2f3655956 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:39:28 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=AE=9E=E4=BD=93=E7=89=B9=E6=80=A7?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 实体特性.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/实体特性.md b/实体特性.md index 5bafcc1..c84ede3 100644 --- a/实体特性.md +++ b/实体特性.md @@ -124,7 +124,7 @@ class Topic { 使用数据库时间执行插入数据,注意: -1、一但设置了这个特性,插入的时候设置属性值是无效的; +1、一但设置了这个特性,插入的时候设置属性值是无效的,解决方法:fsql.Insert((new Type())).IgnoreInsertValueSql("CreateTime");; 2、插入实体执行成功后,实体的值还是 c# 时间;