Ver Fonte

审核操作

lyh há 2 anos atrás
pai
commit
88b757b23e
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {
                         // 会员