select ID_, REV_, NAME_, TYPE_ from act_id_group
insert into act_id_group
ID_,REV_,NAME_,TYPE_,#{id},#{rev},#{name},#{type},
update act_id_group
REV_ = #{rev},NAME_ = #{name},TYPE_ = #{type},
where ID_ = #{id}
delete from act_id_group where ID_ = #{id}
delete from act_id_group where ID_ in
#{id}