|
|
@ -123,7 +123,7 @@ public class ImportService implements IImportService{ |
|
|
|
String groupCell = StringUtil.replaceStrSpace(ExcelUtil.getCellValue(sheet.getRow(i).getCell(2))); |
|
|
|
//选手姓名
|
|
|
|
String playerCell = StringUtil.replaceStrSpace(ExcelUtil.getCellValue(sheet.getRow(i).getCell(3))); |
|
|
|
//查找参赛单位 TODO 选手名字(playerCell) 项目名字(projectCell)没有用来查询
|
|
|
|
//查找参赛单位 项目名字(projectCell)没有用来查询
|
|
|
|
|
|
|
|
if (!companyMap.containsKey(companyCell)){ |
|
|
|
String[] playerNames = playerCell.split("、"); |
|
|
|