INSERT INTO t_project_plan_record (
project_info_id,
plan_id,
engineering_info_id,
plan_time,
plan_time_flag,
create_time,
report_status,
actual_invest
)
VALUES (
#{projectInfoId},
#{planId},
#{engineeringInfoId},
#{planTime},
#{planTimeFlag},
#{createTime},
#{reportStatus},
#{actualInvest}
)