caipin 5 년 전
부모
커밋
15ca0fc9cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      protected/controller/ReceiptExtendController.php

+ 1 - 1
protected/controller/ReceiptExtendController.php

@@ -60,7 +60,7 @@ class ReceiptExtendController extends DooController {
 		$XDeode = new XDeode ( 5 );
 		$sid = $XDeode->decode ( $_COOKIE ["staff"] );
 		// 单独判断公司汇总的访问权限
-		if ($action == 'companyCategoryCollect'||$action='receiptSummaryStatisticsByAgency') {
+		if ($action == 'companyCategoryCollect') {
 			Doo::loadModel ( "receiptAuthorityManage" );
 			$invoiceCompanyManage = new receiptAuthorityManage ();