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