From 64de92ae028b582b7fbe8d3c84eb568edf0d400f Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 30 七月 2026 13:49:37 +0800
Subject: [PATCH] feat: 安全设施巡检调整
---
src/main/resources/mapper/safe/SafeFacilityInspectionMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/safe/SafeFacilityInspectionMapper.xml b/src/main/resources/mapper/safe/SafeFacilityInspectionMapper.xml
index 18955d8..285f71d 100644
--- a/src/main/resources/mapper/safe/SafeFacilityInspectionMapper.xml
+++ b/src/main/resources/mapper/safe/SafeFacilityInspectionMapper.xml
@@ -4,9 +4,11 @@
<resultMap type="com.ruoyi.safe.pojo.SafeFacilityInspection" id="SafeFacilityInspectionResult">
<id property="id" column="id"/>
+ <result property="scheduleTaskId" column="schedule_task_id"/>
<result property="inspectionCode" column="inspection_code"/>
<result property="facilityId" column="facility_id"/>
<result property="inspectionType" column="inspection_type"/>
+ <result property="inspectionProject" column="inspection_project"/>
<result property="planTime" column="plan_time"/>
<result property="inspectorId" column="inspector_id"/>
<result property="actualTime" column="actual_time"/>
--
Gitblit v1.9.3