INSERT INTO report_approval_record ( report_id, management_seal, management_seal_time, management_seal_user, committee_seal, committee_seal_time, committee_seal_user, approval_remark, publish_status, publish_start_date, publish_end_date, create_time, update_time ) VALUES ( #{reportId}, #{managementSeal}, #{managementSealTime}, #{managementSealUser}, #{committeeSeal}, #{committeeSealTime}, #{committeeSealUser}, #{approvalRemark}, #{publishStatus}, #{publishStartDate}, #{publishEndDate}, #{createTime}, #{updateTime} )