Browse Source

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx 4 years ago
parent
commit
159d4f4a91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/models/store/StoreExchange.php

+ 1 - 0
app/models/store/StoreExchange.php

@@ -227,6 +227,7 @@ class StoreExchange extends BaseModel
                     ]);
             }
         }
+        StoreOrder::where('id', $order['id'])->update(['status' => 2]);
         return $res;
     }
 }