| | |
| | | </select> |
| | | <!-- void updateItemDangerReportStatusById(HandlerSpecialCheckReportParam handlerCJReportParam);--> |
| | | <update id="updateItemDangerReportStatusById" > |
| | | update tb_special_check_score_and_danger_log |
| | | update tb_special_check_score_and_danger_log set |
| | | report_status = #{reportStatus}, |
| | | report_time = #{reportTime} |
| | | where id = #{id} and deleted = 0 |
| | |
| | | |
| | | <!-- void updateCheckTaskReportStatusById(HandlerCJReportParam handlerCJReportParam);--> |
| | | <update id="updateCheckTaskReportStatusById"> |
| | | update tb_special_check_task_log |
| | | update tb_special_check_task_log set |
| | | report_status = #{reportStatus}, |
| | | report_time = #{reportTime} |
| | | where id = #{id} and deleted = 0 |