|
@ -640,21 +640,31 @@ public class ExcelService implements IExcelService { |
|
|
List<PoiUtil.PoiUtilCell> three = new ArrayList<>(); |
|
|
List<PoiUtil.PoiUtilCell> three = new ArrayList<>(); |
|
|
PoiUtil.PoiUtilCell three1; |
|
|
PoiUtil.PoiUtilCell three1; |
|
|
PoiUtil.PoiUtilCell three2; |
|
|
PoiUtil.PoiUtilCell three2; |
|
|
|
|
|
PoiUtil.PoiUtilCell three3 = null; |
|
|
if (q == 0) { |
|
|
if (q == 0) { |
|
|
three1 = new PoiUtil.PoiUtilCell(project.getStartTime(), 1, j); |
|
|
three1 = new PoiUtil.PoiUtilCell(project.getStartTime(), 1, j); |
|
|
three2 = new PoiUtil.PoiUtilCell(project.getProjectName(), 1, j); |
|
|
three2 = new PoiUtil.PoiUtilCell(project.getProjectName(), 1, j); |
|
|
|
|
|
if(project.getJoinRule() == 1) { |
|
|
|
|
|
three3 = new PoiUtil.PoiUtilCell("不限组别", 1, j); |
|
|
|
|
|
} |
|
|
q++; |
|
|
q++; |
|
|
} else { |
|
|
} else { |
|
|
three1 = new PoiUtil.PoiUtilCell(); |
|
|
three1 = new PoiUtil.PoiUtilCell(); |
|
|
three2 = new PoiUtil.PoiUtilCell(); |
|
|
three2 = new PoiUtil.PoiUtilCell(); |
|
|
|
|
|
if(project.getJoinRule() == 1) { |
|
|
|
|
|
three3 = new PoiUtil.PoiUtilCell(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
PoiUtil.PoiUtilCell three3; |
|
|
// PoiUtil.PoiUtilCell three3 = null;
|
|
|
|
|
|
if(project.getJoinRule() == 0) { |
|
|
if (t == 0) { |
|
|
if (t == 0) { |
|
|
three3 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getGroupName(), 1, project.getProjectList().get(k).getCompanyNameList().size()); |
|
|
three3 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getGroupName(), 1, project.getProjectList().get(k).getCompanyNameList().size()); |
|
|
++t; |
|
|
++t; |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
three3 = new PoiUtil.PoiUtilCell(); |
|
|
three3 = new PoiUtil.PoiUtilCell(); |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
PoiUtil.PoiUtilCell three4 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getStartOrder(), 1, 1); |
|
|
PoiUtil.PoiUtilCell three4 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getStartOrder(), 1, 1); |
|
|
PoiUtil.PoiUtilCell three5 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getCompanyName(), 1, 1); |
|
|
PoiUtil.PoiUtilCell three5 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getCompanyName(), 1, 1); |
|
|
PoiUtil.PoiUtilCell three6 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getPlayerName(), 1, 1); |
|
|
PoiUtil.PoiUtilCell three6 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getPlayerName(), 1, 1); |
|
|