insert into t_project_plan_examine_record (
project_plan_record_id,
project_plan_info_id,
department_user_id,
manager_user_id,
department_examine,
department_approval,
department_approval_reply,
manage_examine,
manage_approval,
manage_approval_reply,
event_type,
delay_start_time,
delay_end_time,
gmt_create,
gmt_update
) values (
#{projectPlanRecordId},
#{projectPlanInfoId},
#{departmentUserId},
#{managerUserId},
#{departmentExamine},
#{departmentApproval},
#{departmentApprovalReply},
#{manageExamine},
#{manageApproval},
#{manageApprovalReply},
#{eventType},
#{delayStartTime},
#{delayEndTime},
#{gmtCreate},
#{gmtUpdate}
)