|
|
@@ -3291,6 +3291,7 @@ class StoreOrderRepository extends BaseRepository
|
|
|
});
|
|
|
if ($status == 2) {
|
|
|
self::confirmOil($order);
|
|
|
+ StoreOrder::where('order_id', $order->order_id)->update(['status' => 3]);
|
|
|
}
|
|
|
} catch (\think\Exception $exception) {
|
|
|
var_dump($exception->getLine());
|