| | |
| | | <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);-->
|
| | |
| | | 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);-->
|