Browse Source

一些功能

Kirin 4 năm trước cách đây
mục cha
commit
e92cca0570
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }
 }