调试平台手续费分润
This commit is contained in:
parent
246541b9d7
commit
ee14e7c5fb
@ -97,6 +97,7 @@ class paySuccessOrder
|
|||||||
|
|
||||||
//云仓佣金
|
//云仓佣金
|
||||||
$this->calculate(Merchant::TypeCloudWarehouse, 'commission_to_cloud_rate');
|
$this->calculate(Merchant::TypeCloudWarehouse, 'commission_to_cloud_rate');
|
||||||
|
}
|
||||||
|
|
||||||
//平台佣金
|
//平台佣金
|
||||||
$this->finance[] = [
|
$this->finance[] = [
|
||||||
@ -111,7 +112,6 @@ class paySuccessOrder
|
|||||||
'mer_id' => 0,
|
'mer_id' => 0,
|
||||||
'financial_record_sn' => $this->financeSn . $this->index
|
'financial_record_sn' => $this->financeSn . $this->index
|
||||||
];
|
];
|
||||||
}
|
|
||||||
|
|
||||||
$financialRecordRepository->insertAll($this->finance);
|
$financialRecordRepository->insertAll($this->finance);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user