From 1698792d4299a0b81b9695d8a56e3d3088c7a7ee Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 31 三月 2025 11:39:50 +0800
Subject: [PATCH] 超时计算排除节假日,超时统计调整
---
business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml b/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml
index 3ccb767..f91aca6 100644
--- a/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml
+++ b/business/src/main/resources/mapper/ProjectInvestmentFundingMapper.xml
@@ -9,6 +9,7 @@
<result column="principal" property="principal" />
<result column="dept_bond" property="deptBond" />
<result column="national_debt" property="nationalDebt" />
+ <result column="additional_national_debt" property="additionalNationalDebt" />
<result column="government_investment_total" property="governmentInvestmentTotal" />
<result column="central_investment_total" property="centralInvestmentTotal" />
<result column="central_budget_investment" property="centralBudgetInvestment" />
@@ -49,6 +50,7 @@
TPIF.project_id,
TPIF.dept_bond,
TPIF.national_debt,
+ TPIF.additional_national_debt,
TPIF.total_investment,
TPIF.principal,
TPIF.government_investment_total,
@@ -91,6 +93,7 @@
TPIF.project_id,
TPIF.dept_bond,
TPIF.national_debt,
+ TPIF.additional_national_debt,
TPIF.total_investment,
TPIF.principal,
TPIF.government_investment_total,
--
Gitblit v1.8.0