| | |
| | | <result column="create_by_mobile" property="createByMobile"/>
|
| | | <result column="update_by_mobile" property="updateByMobile"/>
|
| | | <result column="task_id" property="taskId"/>
|
| | |
|
| | | <result column="mobile_code" property="mobileCode"/>
|
| | | <result column="defend" property="defend"/>
|
| | | </resultMap>
|
| | |
|
| | | <!--IPage<PreventReportCheckRecordFromTask> getReportTaskFromWorkPage(Page<Object> objectPage, PreventReportCheckRecordFromTaskReqDTO queryReqDTO);-->
|
| | |
| | | insert into prevent_cj_report_check_record_from_task
|
| | | values(null, #{id}, #{companyCode}, #{deleted}, #{createDate}, #{createBy}, #{updateDate}, #{updateBy}
|
| | | , #{checkTaskId}, #{checkStatus}, #{checkTime}, #{createByMobile}, #{updateByMobile}
|
| | | , #{reportStatus}, #{reportTime}, #{dataSource}, #{taskId})
|
| | | , #{reportStatus}, #{reportTime}, #{dataSource}, #{taskId}
|
| | | , #{mobileCode}, #{defend})
|
| | | </insert>
|
| | |
|
| | |
|