Browse Source

测试git提交

cptho 5 năm trước cách đây
mục cha
commit
e7a582c0c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"] );