Browse Source

wesmiler 抢表商城

APPLE 3 years ago
parent
commit
7d1ccc4639
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Common/TradeService.php

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

@@ -698,7 +698,7 @@ class TradeService extends BaseService
             return false;
         }
 
-        if ($info['status'] != 3) {
+        if (!in_array($info['status'], [3,4])) {
             $this->error = 2053;
             return false;
         }