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';
     }