wesmiler il y a 2 mois
Parent
commit
7919f56cc2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
         }