caipin 5 年之前
父节点
当前提交
c3c5aa0512
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      protected/controller/ReceiptExtendController.php

+ 1 - 1
protected/controller/ReceiptExtendController.php

@@ -2708,7 +2708,7 @@ class ReceiptExtendController extends DooController {
     		}
     		
     		//构建栏目展示Html
-    		
+    		    
     		foreach ($aiAllList as $key=>$value){
     			$sectionCount=count($value)+1;
     			$sectionHtml.='<th colspan="'.$sectionCount.'">'.$key.'</th>';