|
@@ -3665,7 +3665,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
|
|
for (int i = 0; i < expenseInfoList.size() + 1; i++) {
|
|
for (int i = 0; i < expenseInfoList.size() + 1; i++) {
|
|
row = table2.getRow(i);
|
|
row = table2.getRow(i);
|
|
//设置每行的格式(多少格)
|
|
//设置每行的格式(多少格)
|
|
- for (int j = 0; j < 7; j++) {
|
|
|
|
|
|
+ for (int j = 0; j < 6; j++) {
|
|
cell = row.getCell(j);//获取行中第j块单元格
|
|
cell = row.getCell(j);//获取行中第j块单元格
|
|
|
|
|
|
//设置单元格列宽
|
|
//设置单元格列宽
|