From 7c4b55df946c79a093524a1e477de65478d6cd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Mon, 9 Feb 2026 17:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bonus-business/src/main/resources/mapper/DayPlanMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bonus-business/src/main/resources/mapper/DayPlanMapper.xml b/bonus-business/src/main/resources/mapper/DayPlanMapper.xml index ba9d816..fc2bb4d 100644 --- a/bonus-business/src/main/resources/mapper/DayPlanMapper.xml +++ b/bonus-business/src/main/resources/mapper/DayPlanMapper.xml @@ -161,6 +161,7 @@ tdp.risk_level AS riskLevel, tdp.actual_high_sub AS actualHighSub, tdp.actual_ground_sub AS actualGroundSub, + tmp.inspection_station_id AS inspectionStationId, tmp.inspection_station_name AS inspectionStationName, tpm.plan_major_name AS planMajorName, tmp.project_name AS projectName,