caipin 5 years ago
parent
commit
c3c5aa0512
1 changed files with 1 additions and 1 deletions
  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>';