| | |
| | | where id = #{id} |
| | | </update> |
| | | |
| | | <select id="listReportTaskRecordDateHuaiDong" resultMap="BaseResultMap"> |
| | | select * from prevent_cj_report_check_record_from_task |
| | | where zhun_report_status = 1 and deleted = 0 and create_date >= '2025-06-15 00:00:00' and create_date <= '2025-06-16 23:59:59' |
| | | limit 50 |
| | | </select> |
| | | |
| | | <update id="updateHDReportStatusById"> |
| | | update prevent_cj_report_check_record_from_task set |
| | | zhun_report_status = #{zhunReportStatus}, |
| | | zhun_report_time = #{zhunReportTime} |
| | | where id = #{id} |
| | | </update> |
| | | |
| | | |
| | | <!-- int insertRecord(PreventCJReportCheckRecordFromTask recordFromTasks);--> |
| | | <insert id="insertRecord"> |
| | | insert into prevent_cj_report_check_record_from_task |