项目详情--导出
This commit is contained in:
+1
-1
@@ -641,7 +641,7 @@ public class ProjectLibraryBaseServiceImpl extends ServiceImpl<ProjectLibraryBas
|
||||
int rowIndex = 1;
|
||||
for (int dataIndex = 0; dataIndex < exportData.size(); dataIndex++) {
|
||||
Row dataRow = sheet.createRow(rowIndex);
|
||||
dataRow.createCell(0).setCellValue(exportData.get(dataIndex).get("dutyTerritory").toString());
|
||||
dataRow.createCell(0).setCellValue(exportData.get(dataIndex).get("dutyTerritoryName").toString());
|
||||
dataRow.createCell(1).setCellValue(exportData.get(dataIndex).get("amount").toString());
|
||||
rowIndex ++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user