select id, tempkey, name, content, temp_id, create_time, update_time, status, is_del, type from fs_wechat_template
insert into fs_wechat_template
tempkey,name,content,temp_id,create_time,update_time,status,is_del,type,#{tempkey},#{name},#{content},#{tempId},#{createTime},#{updateTime},#{status},#{isDel},#{type},
update fs_wechat_template
tempkey = #{tempkey},name = #{name},content = #{content},temp_id = #{tempId},create_time = #{createTime},update_time = #{updateTime},status = #{status},is_del = #{isDel},type = #{type},
where id = #{id}
delete from fs_wechat_template where id = #{id}
delete from fs_wechat_template where id in
#{id}