wesmiler vor 1 Woche
Ursprung
Commit
565468bcdb

+ 0 - 1
app/Http/Controllers/Admin/AccountController.php

@@ -17,7 +17,6 @@ use App\Services\Common\AccountService;
  * 财务明细管理-控制器(基于 account_logs 表)
  * 财务明细管理-控制器(基于 account_logs 表)
  * @author laravel开发员
  * @author laravel开发员
  * @since 2020/11/11
  * @since 2020/11/11
- * Class AccountController
  * @package App\Http\Controllers
  * @package App\Http\Controllers
  */
  */
 class AccountController extends Backend
 class AccountController extends Backend

+ 1 - 1
app/Services/Common/AccountService.php

@@ -488,7 +488,7 @@ class AccountService extends BaseService
      * 平台账户
      * 平台账户
      * @return mixed
      * @return mixed
      */
      */
-    public function gePptAccount()
+    public function getPtAccount()
     {
     {
         return PtAccountModel::where(['mark'=>1])->first();
         return PtAccountModel::where(['mark'=>1])->first();
     }
     }