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