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

+ 2 - 1
protected/controller/ReceiptExtendController.php

@@ -2737,7 +2737,8 @@ class ReceiptExtendController extends DooController {
     function setSummaryCategory(){
     	$cidKey= $this->get_args ( 'cidKey' ) ? $this->get_args ( 'cidKey' ) : "";
     	
-    	print_r($cidKey);die;
+    	$cidKey=implode(',', $cidKey);
+    	file_put_contents ( "protected/config/receipt/summary.conf.ini", $cidKey);
     	
     	return '/receiptSummaryStatisticsByAgency';
     }