From 8f68d17500c321405c0abad309f7f0dc443c6072 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期三, 04 十二月 2024 09:34:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml b/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml
index fbe5946..c894c7c 100644
--- a/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml
+++ b/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml
@@ -30,9 +30,9 @@
         <result column="foreign_investment_total" property="foreignInvestmentTotal" />
         <result column="enterprise_self_raised_total" property="enterpriseSelfRaisedTotal" />
         <result column="other_investment_total" property="otherInvestmentTotal" />
-        <result column="gmt_create_time" property="gmtCreateTime" />
+        <result column="gmt_create" property="gmtCreate" />
         <result column="create_by" property="createBy" />
-        <result column="gmt_update_time" property="gmtUpdateTime" />
+        <result column="gmt_update" property="gmtUpdate" />
         <result column="update_by" property="updateBy" />
     </resultMap>
 
@@ -70,9 +70,9 @@
             TPIF.foreign_investment_total,
             TPIF.enterprise_self_raised_total,
             TPIF.other_investment_total,
-            TPIF.gmt_create_time,
+            TPIF.gmt_create,
             TPIF.create_by,
-            TPIF.gmt_update_time,
+            TPIF.gmt_update,
             TPIF.update_by,
             TPIF.id
         FROM
@@ -110,9 +110,9 @@
             TPIF.foreign_investment_total,
             TPIF.enterprise_self_raised_total,
             TPIF.other_investment_total,
-            TPIF.gmt_create_time,
+            TPIF.gmt_create,
             TPIF.create_by,
-            TPIF.gmt_update_time,
+            TPIF.gmt_update,
             TPIF.update_by,
             TPIF.id
         FROM

--
Gitblit v1.8.0