select project_id, project_no, project_name, total_sessions, done_sessions, todo_sessions, total_amount, available_amount, paid_labor_amount, paid_meeting_amount, rating_score, rating_q1, rating_q2, rating_q3, rating_q4, org_name, org_type, project_form, is_finished, is_settled, org_id, create_by, create_time, update_by, update_time, manage_fee, start_time, end_time, submit_deadline_days, support_contract_url, execute_contract_url, invitation_url, support_letter_url, publish_url, notice_url, schedule_url, is_published, publish_time, announcement_type
from biz_project
insert into biz_project
project_id,
project_no,
project_name,
total_sessions,
done_sessions,
todo_sessions,
total_amount,
available_amount,
paid_labor_amount,
paid_meeting_amount,
rating_score,
rating_q1,
rating_q2,
rating_q3,
rating_q4,
org_name,
org_type,
project_form,
is_finished,
is_settled,
org_id,
create_by,
create_time,
update_by,
update_time,
manage_fee,
start_time,
end_time,
submit_deadline_days,
support_contract_url,
execute_contract_url,
invitation_url,
support_letter_url,
publish_url,
notice_url,
schedule_url,
is_published,
publish_time,
announcement_type,
#{projectId},
#{projectNo},
#{projectName},
#{totalSessions},
#{doneSessions},
#{todoSessions},
#{totalAmount},
#{availableAmount},
#{paidLaborAmount},
#{paidMeetingAmount},
#{ratingScore},
#{ratingQ1},
#{ratingQ2},
#{ratingQ3},
#{ratingQ4},
#{orgName},
#{orgType},
#{projectForm},
#{isFinished},
#{isSettled},
#{orgId},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{manageFee},
#{startTime},
#{endTime},
#{submitDeadlineDays},
#{supportContractUrl},
#{executeContractUrl},
#{invitationUrl},
#{supportLetterUrl},
#{publishUrl},
#{noticeUrl},
#{scheduleUrl},
#{isPublished},
#{publishTime},
#{announcementType},
update biz_project
manage_fee = #{manageFee},
start_time = #{startTime},
end_time = #{endTime},
submit_deadline_days = #{submitDeadlineDays},
support_contract_url = #{supportContractUrl},
execute_contract_url = #{executeContractUrl},
invitation_url = #{invitationUrl},
support_letter_url = #{supportLetterUrl},
publish_url = #{publishUrl},
notice_url = #{noticeUrl},
schedule_url = #{scheduleUrl},
is_published = #{isPublished},
publish_time = #{publishTime},
announcement_type = #{announcementType},
project_no = #{projectNo},
project_name = #{projectName},
total_sessions = #{totalSessions},
done_sessions = #{doneSessions},
todo_sessions = #{todoSessions},
total_amount = #{totalAmount},
available_amount = #{availableAmount},
paid_labor_amount = #{paidLaborAmount},
paid_meeting_amount = #{paidMeetingAmount},
rating_score = #{ratingScore},
rating_q1 = #{ratingQ1},
rating_q2 = #{ratingQ2},
rating_q3 = #{ratingQ3},
rating_q4 = #{ratingQ4},
org_name = #{orgName},
org_type = #{orgType},
project_form = #{projectForm},
is_finished = #{isFinished},
is_settled = #{isSettled},
org_id = #{orgId},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where project_id = #{projectId}
delete from biz_project where project_id = #{projectId}
delete from biz_project where project_id in
#{projectId}