From 44036f6e3f4d443d58f594774ef89221f7a87036 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Mon, 02 Feb 2026 17:28:34 +0800
Subject: [PATCH] 增加初始化数据

---
 multi-system/src/main/java/com/gkhy/exam/system/service/impl/CompanyIndustryTemplateServiceImpl.java |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/service/impl/CompanyIndustryTemplateServiceImpl.java b/multi-system/src/main/java/com/gkhy/exam/system/service/impl/CompanyIndustryTemplateServiceImpl.java
index 1faff8d..6109bc0 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/service/impl/CompanyIndustryTemplateServiceImpl.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/service/impl/CompanyIndustryTemplateServiceImpl.java
@@ -1,7 +1,6 @@
 package com.gkhy.exam.system.service.impl;
 
 import cn.hutool.core.collection.ListUtil;
-import com.alibaba.fastjson2.JSONObject;
 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.gkhy.exam.common.api.CommonPage;
 import com.gkhy.exam.common.api.CommonResult;
@@ -9,14 +8,13 @@
 import com.gkhy.exam.common.exception.ApiException;
 import com.gkhy.exam.common.utils.PageUtils;
 import com.gkhy.exam.common.utils.SecurityUtils;
-import com.gkhy.exam.common.utils.StringUtils;
-import com.gkhy.exam.system.domain.*;
+import com.gkhy.exam.system.domain.CompanyIndustryTemplate;
+import com.gkhy.exam.system.domain.CompanyIndustryType;
+import com.gkhy.exam.system.domain.SysCompany;
 import com.gkhy.exam.system.mapper.CompanyIndustryTemplateMapper;
-import com.gkhy.exam.system.mapper.CompanyRosterMapper;
 import com.gkhy.exam.system.mapper.SysIndustryTypeMapper;
 import com.gkhy.exam.system.service.CompanyIndustryTemplateService;
 import com.gkhy.exam.system.service.SysCompanyService;
-import com.gkhy.exam.system.service.SysIndustryTypeService;
 import org.apache.poi.ss.usermodel.*;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
@@ -28,8 +26,6 @@
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
-
-import static cn.hutool.poi.excel.cell.CellUtil.getCellValue;
 
 @Service
 public class CompanyIndustryTemplateServiceImpl extends ServiceImpl<CompanyIndustryTemplateMapper, CompanyIndustryTemplate> implements CompanyIndustryTemplateService {

--
Gitblit v1.9.2