caipin 5 年之前
父節點
當前提交
a799bf63a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      protected/controller/ReceiptExtendController.php

+ 1 - 1
protected/controller/ReceiptExtendController.php

@@ -2737,7 +2737,7 @@ class ReceiptExtendController extends DooController {
     function setSummaryCategory(){
     function setSummaryCategory(){
     	$cidKey= $this->get_args ( 'cidKey[]' ) ? $this->get_args ( 'cidKey[]' ) : "";
     	$cidKey= $this->get_args ( 'cidKey[]' ) ? $this->get_args ( 'cidKey[]' ) : "";
     	
     	
-    	print_r($cidKey);
+    	print_r($cidKey);die;
     	
     	
     	return '/receiptSummaryStatisticsByAgency';
     	return '/receiptSummaryStatisticsByAgency';
     }
     }