This commit is contained in:
mkm 2024-01-06 16:33:40 +08:00
parent 2eab599611
commit e091293cec

View File

@ -311,7 +311,7 @@ class StoreOrderRepository extends BaseRepository
'financial_record_sn' => $financeSn . ($i++)
];
if($order->source==103){
if($order->source==103 && $order->activity_type==0){
$_payPrice = $order->procure_price;
//计算手续费
$_order_rate=bcsub($order->pay_price,$_payPrice,2);