id_ , tenant_id_, charge_rate_, teaching_material_id_, theme_, theme_color_, config_, updated_by_, updated_time_, corporate_chops_, corporate_finance_chops_ insert into tenant_config(tenant_id_, charge_rate_, teaching_material_id_, theme_, theme_color_, config_, updated_by_, updated_time_, corporate_chops_, corporate_finance_chops_) values (#{entity.tenantId}, #{entity.chargeRate}, #{entity.teachingMaterialId}, #{entity.theme}, #{entity.themeColor}, #{entity.config}, #{entity.updatedBy}, #{entity.updatedTime}, #{entity.corporateChops}, #{entity.corporateFinanceChops})