caipin 5 年之前
父节点
当前提交
6a94af276a
共有 1 个文件被更改,包括 1 次插入2 次删除
  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 ();
 	
 	//表头计算
-	$cellCount=0;$sectionCount=array();$last=7;
+	$cellCount=0;$sectionCount=array();$last=8;
 	foreach ($aiAllList as $key=>$value){
 		//栏目细则个数
-		//$sectionCount[$key]=count($value)+1;
 		$cellCount+=count($value)+1;
 		
 		$sectionCount[$key]=array($last,count($value)+1+$last);