Browse Source

# WARNING: head commit changed in the meantime

测试git提交ide
cptho 5 years ago
parent
commit
b1cf8cf9d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protected/controller/InvoiceController.php

+ 1 - 1
protected/controller/InvoiceController.php

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