select id, typelist, timelist, name, createtime, updatetime from bdgl_cookcategory
insert into bdgl_cookcategory
typelist,timelist,name,createtime,updatetime,#{typelist},#{timelist},#{name},#{createtime},#{updatetime},
update bdgl_cookcategory
typelist = #{typelist},timelist = #{timelist},name = #{name},createtime = #{createtime},updatetime = #{updatetime},
where id = #{id}
delete from bdgl_cookcategory where id = #{id}
delete from bdgl_cookcategory where id in
#{id}