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

+ 1 - 1
protected/controller/ReceiptExtendController.php

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