lyh před 2 roky
rodič
revize
88b757b23e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Services/Common/BalanceLogService.php

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

@@ -158,7 +158,7 @@ class BalanceLogService extends BaseService
         DB::beginTransaction();
         try {
             // 提现 审核通过
-            if ($balanceLog['type'] = 2 && isset($data['status'])) {
+            if ($balanceLog['type'] == 2 && isset($data['status'])) {
                 if ($data['status'] == 2) {
                     if ($data['user_type'] == 1) {
                         // 会员