正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -80,7 +80,7 @@ class countProject extends Command | @@ -80,7 +80,7 @@ class countProject extends Command | ||
| 80 | $sheet->setCellValue('L' . $rowCount, $allData['delete_project_count']); | 80 | $sheet->setCellValue('L' . $rowCount, $allData['delete_project_count']); |
| 81 | $sheet->setCellValue('M' . $rowCount, $allData['min_project_count']); | 81 | $sheet->setCellValue('M' . $rowCount, $allData['min_project_count']); |
| 82 | $sheet->setCellValue('N' . $rowCount, $allData['max_project_count']); | 82 | $sheet->setCellValue('N' . $rowCount, $allData['max_project_count']); |
| 83 | - $sheet->setCellValue('0' . $rowCount, $allData['average']); | 83 | + $sheet->setCellValue('O' . $rowCount, $allData['average']); |
| 84 | $rowCount++; | 84 | $rowCount++; |
| 85 | } | 85 | } |
| 86 | // 创建一个新的 Excel Writer 对象 | 86 | // 创建一个新的 Excel Writer 对象 |
-
请 注册 或 登录 后发表评论