commit
a0336165b6
@ -60,7 +60,7 @@ class BeforehandOrderLogic extends BaseLogic
|
|||||||
throw new BusinessException('不能添加线上订单,线上订单只能转换');
|
throw new BusinessException('不能添加线上订单,线上订单只能转换');
|
||||||
}
|
}
|
||||||
if ($order_type == 7 || $order_type == 5) {
|
if ($order_type == 7 || $order_type == 5) {
|
||||||
$is_buyer = 1;
|
$is_buyer = 0;
|
||||||
} else {
|
} else {
|
||||||
$is_buyer = -1;
|
$is_buyer = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user