select id, porject_id, contacts, reality_up_date, up_person, up_way, up_content, mark, del_flag, create_by, create_time, update_by, update_time from t_project_record
insert into t_project_record
id,
porject_id,
contacts,
reality_up_date,
up_person,
up_way,
up_content,
mark,
del_flag,
create_by,
create_time,
update_by,
update_time,
#{id},
#{porjectId},
#{contacts},
#{realityUpDate},
#{upPerson},
#{upWay},
#{upContent},
#{mark},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update t_project_record
porject_id = #{porjectId},
contacts = #{contacts},
reality_up_date = #{realityUpDate},
up_person = #{upPerson},
up_way = #{upWay},
up_content = #{upContent},
mark = #{mark},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from t_project_record where id = #{id}
delete from t_project_record where id in
#{id}