|
@@ -62,7 +62,7 @@ class ReceiptController 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 ();
|
|
|
|