更新
This commit is contained in:
parent
babaae3e43
commit
7671aa9063
@ -409,6 +409,7 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
|
|
||||||
if (!$presell) {
|
if (!$presell) {
|
||||||
if ($order['commission_rate'] > 0 || $order->source == 103) {
|
if ($order['commission_rate'] > 0 || $order->source == 103) {
|
||||||
|
//支出手续费
|
||||||
$finance[] = [
|
$finance[] = [
|
||||||
'order_id' => $order->order_id,
|
'order_id' => $order->order_id,
|
||||||
'order_sn' => $order->order_sn,
|
'order_sn' => $order->order_sn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user