Browse Source

一些功能

Kirin 3 years ago
parent
commit
e92cca0570
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;
         return $res;
     }
     }
 }
 }