select id, name, people1_id, people2_id, people3_id, createtime, updatetime, people_name1, people_name2, people_name3 from bdgl_thebus_themplate
insert into bdgl_thebus_themplate
name,people1_id,people2_id,people3_id,createtime,updatetime,people_name1,people_name2,people_name3,#{name},#{people1Id},#{people2Id},#{people3Id},#{createtime},#{updatetime},#{peopleName1},#{peopleName2},#{peopleName3},
update bdgl_thebus_themplate
name = #{name},people1_id = #{people1Id},people2_id = #{people2Id},people3_id = #{people3Id},createtime = #{createtime},updatetime = #{updatetime},people_name1 = #{peopleName1},people_name2 = #{peopleName2},people_name3 = #{peopleName3},
where id = #{id}
delete from bdgl_thebus_themplate where id = #{id}
delete from bdgl_thebus_themplate where id in
#{id}