caipin vor 5 Jahren
Ursprung
Commit
6a94af276a
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      protected/class/receipt.func.php

+ 1 - 2
protected/class/receipt.func.php

@@ -1725,10 +1725,9 @@ function excelRCData($summaryData,$aiAllList,$year){
 	$obj = new PHPExcel ();
 	$obj = new PHPExcel ();
 	
 	
 	//表头计算
 	//表头计算
-	$cellCount=0;$sectionCount=array();$last=7;
+	$cellCount=0;$sectionCount=array();$last=8;
 	foreach ($aiAllList as $key=>$value){
 	foreach ($aiAllList as $key=>$value){
 		//栏目细则个数
 		//栏目细则个数
-		//$sectionCount[$key]=count($value)+1;
 		$cellCount+=count($value)+1;
 		$cellCount+=count($value)+1;
 		
 		
 		$sectionCount[$key]=array($last,count($value)+1+$last);
 		$sectionCount[$key]=array($last,count($value)+1+$last);