更新
This commit is contained in:
parent
2eab599611
commit
e091293cec
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user