From d2f07163fc4074f335986dd51eedbdc7be9e19ea Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 30 七月 2026 11:52:47 +0800
Subject: [PATCH] fix: 线路巡检调整
---
src/main/resources/mapper/safe/SafeLineInspectionHazardMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/safe/SafeLineInspectionHazardMapper.xml b/src/main/resources/mapper/safe/SafeLineInspectionHazardMapper.xml
index cbe961c..3afb545 100644
--- a/src/main/resources/mapper/safe/SafeLineInspectionHazardMapper.xml
+++ b/src/main/resources/mapper/safe/SafeLineInspectionHazardMapper.xml
@@ -6,6 +6,7 @@
<id property="id" column="id"/>
<result property="inspectionId" column="inspection_id"/>
<result property="recordId" column="record_id"/>
+ <result property="safeHiddenId" column="safe_hidden_id"/>
<result property="hazardCode" column="hazard_code"/>
<result property="hazardDesc" column="hazard_desc"/>
<result property="hazardLevel" column="hazard_level"/>
@@ -13,6 +14,7 @@
<result property="hazardImage" column="hazard_image"/>
<result property="status" column="status"/>
<result property="rectifyUserId" column="rectify_user_id"/>
+ <result property="rectifyDeadline" column="rectify_deadline"/>
<result property="rectifyTime" column="rectify_time"/>
<result property="rectifyDesc" column="rectify_desc"/>
<result property="createTime" column="create_time"/>
--
Gitblit v1.9.3