wesmiler 2 mesi fa
parent
commit
7919f56cc2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Services/Common/BalanceLogService.php

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

@@ -277,7 +277,7 @@ class BalanceLogService extends BaseService
             return false;
         }
 
-        if($payStatus != 2){
+        if($payStatus != 20){
             $this->error = '请选择已打款';
             return false;
         }