From 224c12c7ae9a3b9d0380962ff92dac18812434a6 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 08 一月 2025 10:19:18 +0800
Subject: [PATCH] 报备回显问题

---
 ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml
index 67e03ba..5227511 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml
@@ -79,6 +79,7 @@
         <result column="id" property="id"/>
         <result column="create_time" property="createTime"/>
         <result column="unit_name" property="unitName"/>
+        <result column="unit_id" property="unitId"/>
         <result column="name" property="contractName"/>
         <result column="contract_id" property="contractId"/>
         <result column="which_year" property="whichYear"/>
@@ -127,6 +128,7 @@
 
     <select id="getById" resultMap="DetailResultMap">
         SELECT tyu.unit_name,
+        tyu.id as unit_id,
         tc.name,
         tcr.id,
         tcr.contract_id,

--
Gitblit v1.8.0