From 28f6c716269ce5435b103137dd7ec1f1f9ab19ba Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Mon, 26 Jun 2023 09:16:56 +0800
Subject: [PATCH] 临时提交-已经与app端对接完成
---
src/main/resources/mybatis/doublePrevention/PreventCJReportCheckTaskFromWorkMapper.xml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckTaskFromWorkMapper.xml b/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckTaskFromWorkMapper.xml
index a6abcb8..013bd4e 100644
--- a/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckTaskFromWorkMapper.xml
+++ b/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckTaskFromWorkMapper.xml
@@ -18,6 +18,14 @@
<result column="check_cycle" property="checkCycle"/>
<result column="check_cycle_unit" property="checkCycleUnit"/>
<result column="work_id" property="workId"/>
+
+ <result column="troubleshoot_content" property="troubleshootContent"/>
+ <result column="task_start_time" property="taskStartTime"/>
+ <result column="work_start_time" property="workStartTime"/>
+ <result column="work_end_time" property="workEndTime"/>
+ <result column="work_day_type" property="workDayType"/>
+ <result column="work_type" property="workType"/>
+ <result column="task_num" property="taskNum"/>
</resultMap>
<!--IPage<PreventReportCheckTaskFromWork> getReportTaskFromWorkPage(Page<Object> objectPage, PreventReportCheckTaskFromWorkReqDTO queryReqDTO);-->
@@ -54,7 +62,8 @@
insert into prevent_cj_report_check_task_from_work
values(null, #{id}, #{companyCode}, #{deleted}, #{createDate}, #{createBy}, #{updateDate}, #{updateBy}
, #{riskMeasureId}, #{checkCycle}, #{checkCycleUnit}
- , #{reportStatus}, #{reportTime}, #{dataSource}, #{workId})
+ , #{reportStatus}, #{reportTime}, #{dataSource}, #{workId}
+ , #{troubleshootContent},#{taskStartTime},#{workStartTime},#{workEndTime},#{workDayType},#{workType},#{taskNum})
</insert>
<!-- PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String measureUuid, Long jobId);-->
--
Gitblit v1.9.2