id, client_user_id, device_id, warning_type, feedback_status, feedback_content, `status`, create_by, date_create, update_by, date_update insert into sc_warning_log client_user_id, device_id, warning_type, feedback_status, feedback_content, `status`, create_by, date_create, update_by, date_update, #{clientUserId}, #{deviceId}, #{warningType}, #{feedbackStatus}, #{feedbackContent}, #{status}, #{createBy}, #{dateCreate}, #{updateBy}, #{dateUpdate}, update sc_warning_log client_user_id = #{clientUserId}, device_id = #{deviceId}, warning_type = #{warningType}, feedback_status = #{feedbackStatus}, feedback_content = #{feedbackContent}, `status` = #{status}, create_by = #{createBy}, date_create = #{dateCreate}, update_by = #{updateBy}, date_update = #{dateUpdate}, where id = #{id}