This commit is contained in:
mkm 2024-12-14 14:26:53 +08:00
parent 5aa27579df
commit 9c6c6c873a

View File

@ -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;
}