select id,
name,
seqno,
pid,
guid,
orgid,
del_flag,
create_by,
create_time,
update_by,
update_time
from pat_speciallist_category
insert into pat_speciallist_category
name,seqno,pid,guid,orgid,del_flag,create_by,create_time,update_by,update_time,#{name},#{seqno},#{pid},#{guid},#{orgid},#{delFlag},#{createBy},#{createTime},#{updateBy},#{updateTime},
update pat_speciallist_category
name = #{name},seqno = #{seqno},pid = #{pid},guid = #{guid},orgid = #{orgid},del_flag = #{delFlag},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete
from pat_speciallist_category
where id = #{id}
delete from pat_speciallist_category where id in
#{id}