select id, template_name,file_id, create_by, create_time, update_by, update_time from fksb_excel_template insert into fksb_excel_template id, template_name, file_id, create_by, create_time, update_by, update_time, #{id}, #{templateName}, #{fileId}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update fksb_excel_template template_name = #{templateName}, file_id = #{fileId}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from fksb_excel_template where id = #{id} delete from fksb_excel_template where id in #{id}