diff --git a/app/admin/logic/beforehand_order/BeforehandOrderLogic.php b/app/admin/logic/beforehand_order/BeforehandOrderLogic.php index c457c2fe..ec7dd990 100644 --- a/app/admin/logic/beforehand_order/BeforehandOrderLogic.php +++ b/app/admin/logic/beforehand_order/BeforehandOrderLogic.php @@ -60,7 +60,7 @@ class BeforehandOrderLogic extends BaseLogic throw new BusinessException('不能添加线上订单,线上订单只能转换'); } if ($order_type == 7 || $order_type == 5) { - $is_buyer = 1; + $is_buyer = 0; } else { $is_buyer = -1; }