| | |
| | | where id = #{id} |
| | | </update> |
| | | |
| | | <update id="updateTaskReportStatusForRePushV1"> |
| | | update prevent_cj_report_check_record_from_task set id=concat(substring(id,1,length(id)-4),'ccab'),report_status=1 |
| | | where check_time >= #{startTime} and check_time <= #{endTime} |
| | | </update> |
| | | |
| | | <update id="updateTaskReportStatusForRePushV2"> |
| | | update prevent_cj_report_check_record_from_task set id=concat(substring(id,1,length(id)-4),'ccab'),report_status=1 |
| | | where check_time > #{startTime} and check_time <= #{endTime} |
| | | </update> |
| | | |
| | | |
| | | </mapper> |