cptho 5 anni fa
parent
commit
e7a582c0c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      protected/controller/InvoiceController.php

+ 1 - 1
protected/controller/InvoiceController.php

@@ -84,7 +84,7 @@ class InvoiceController extends DooController {
 				die ( 'illegal request' );
 		}
 		
-		// 主权限获得与判断
+		// 主权限获得与判断--22
 		Doo::loadModel ( 'staff' );
 		$staff = new staff ();
 		$detail = $staff->getStaffBySid ( $_COOKIE ["staff"] );