From f951bb77d6ac7afcaf9c7c99d9c728240c4ca6c7 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Mon, 7 Jul 2025 16:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E6=97=B6=E9=97=B4=E4=B8=BA=E9=A2=84=E8=AE=A1=E9=A2=86?= =?UTF-8?q?=E6=96=99=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/TmTaskMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/app/TmTaskMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/app/TmTaskMapper.xml index 2b9b593..d6cbe3c 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/app/TmTaskMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/app/TmTaskMapper.xml @@ -1045,7 +1045,8 @@ tt.create_time AS createTimes, IFNULL(sum(lad.pre_num),0) as preCountNum, IFNULL(sum(lad.al_num),0) as alNum, - tt.update_time AS updateTimes + tt.update_time AS updateTimes, + lai.estimate_lease_time AS estimateLeaseTime from lease_apply_info lai LEFT JOIN tm_task tt on lai.task_id = tt.task_id @@ -1300,6 +1301,7 @@ d.id AS examineStatusId, bai.agreement_code AS agreementCode, tt.create_time AS createTimes, + lai.estimate_lease_time AS estimateLeaseTime, -- IFNULL(sum(lad.pre_num),0) as preCountNum, IFNULL(( SELECT SUM(CASE