From e8f3e62da202cae43c8a1fce86a5fcdfeb0c55c0 Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期三, 26 十月 2022 13:54:34 +0800
Subject: [PATCH] 三说会堂bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDpcMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDpcMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDpcMapper.xml
index d6c218e..307287d 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDpcMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDpcMapper.xml
@@ -103,7 +103,7 @@
             <if test="comActDpc.createdBy != null and comActDpc.createdBy != ''">
                 created_by,
             </if>
-            <if test="comActDpc.createAt != null and comActDpc.createAt != ''">
+            <if test="comActDpc.createdAt != null and comActDpc.createdAt != ''">
                 created_at,
             </if>
         </trim>
@@ -145,8 +145,8 @@
             <if test="comActDpc.createdBy != null and comActDpc.createdBy != ''">
                 #{comActDpc.createdBy},
             </if>
-            <if test="comActDpc.createAt != null and comActDpc.createAt != ''">
-                #{comActDpc.createAt},
+            <if test="comActDpc.createdAt != null and comActDpc.createdAt != ''">
+                #{comActDpc.createdAt},
             </if>
         </trim>
     </insert>

--
Gitblit v1.7.1