caipin 5 years ago
parent
commit
f92e04f0d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protected/controller/ReceiptController.php

+ 1 - 1
protected/controller/ReceiptController.php

@@ -68,7 +68,7 @@ class ReceiptController extends DooController {
 			
 			$icm = $invoiceCompanyManage->getInvoiceCMByStaff ( $sid );
 			if (empty ( $icm ))
-				die ( 'illegal request' );
+				die ( 'illegal request-statistics' );
 		}
 		
 		Doo::loadModel ( 'staff' );