This commit is contained in:
mkm 2024-01-06 16:00:37 +08:00
parent 9dae6551af
commit f17ffd1eba

View File

@ -345,7 +345,7 @@ class StoreOrderRepository extends BaseRepository
if (!$presell) {
if ($order['commission_rate'] > 0) {
if ($order['commission_rate'] > 0 ||$order->source==103) {
$finance[] = [
'order_id' => $order->order_id,
'order_sn' => $order->order_sn,