wesmiler 2 dagen geleden
bovenliggende
commit
95eacbf578
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app/Services/Common/BalanceLogsService.php

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

@@ -292,7 +292,7 @@ class BalanceLogsService extends BaseService
     /**
     /**
      * 审核结算申请(管理员审核)
      * 审核结算申请(管理员审核)
      */
      */
-    public function audit($id = null, $status = null, $payStatus=0, $actualMoney = null, $remark = '', $payImg = '',)
+    public function audit($id = null, $status = null, $payStatus=null, $actualMoney = null, $remark = '', $payImg = '',)
     {
     {
         // 如果没有传入参数,从请求中获取
         // 如果没有传入参数,从请求中获取
         if ($id === null) {
         if ($id === null) {