select id, pch, create_time, update_time, initation_type, initation_time, initation_status, gmfsbh, identity, taxno, initation_num from income_invoice_auth_query_result
insert into income_invoice_auth_query_result
id,
pch,
create_time,
update_time,
initation_type,
initation_time,
initation_status,
gmfsbh,
identity,
taxno,
initation_num,
#{id},
#{pch},
#{createTime},
#{updateTime},
#{initationType},
#{initationTime},
#{initationStatus},
#{gmfsbh},
#{identity},
#{taxno},
#{initationNum},
update income_invoice_auth_query_result
pch = #{pch},
create_time = #{createTime},
update_time = #{updateTime},
initation_type = #{initationType},
initation_time = #{initationTime},
initation_status = #{initationStatus},
gmfsbh = #{gmfsbh},
identity = #{identity},
taxno = #{taxno},
initation_num = #{initationNum},
where id = #{id}
delete from income_invoice_auth_query_result where id = #{id}
delete from income_invoice_auth_query_result where id in
#{id}
update income_query_result
pch = #{pch},
create_time = #{createTime},
update_time = #{updateTime},
initation_type = #{initationType},
initation_time = #{initationTime},
initation_status = #{initationStatus},
gmfsbh = #{gmfsbh},
identity = #{identity},
taxno = #{taxno},
initation_num = #{initationNum},
where id = #{id}