双重预防项目-国泰新华二开定制版
16639036659
2023-06-26 28f6c716269ce5435b103137dd7ec1f1f9ab19ba
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);-->