select id, from_type, from_id, approve_status, is_del, comment, create_by, create_time, update_by, update_time, remark from pro_project_approval
insert into pro_project_approval
from_type,
from_id,
approve_status,
is_del,
comment,
create_by,
create_time,
update_by,
update_time,
remark,
#{fromType},
#{fromId},
#{approveStatus},
#{isDel},
#{comment},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update pro_project_approval
from_type = #{fromType},
from_id = #{fromId},
approve_status = #{approveStatus},
is_del = #{isDel},
comment = #{comment},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from pro_project_approval where id = #{id}
delete from pro_project_approval where id in
#{id}