商城订单支付问题修复
This commit is contained in:
@@ -219,10 +219,11 @@ class ProductOrderController extends BaseAppController
|
||||
}
|
||||
$count = count($granular['list']);
|
||||
}
|
||||
|
||||
if ($prescription['category'] === 2) {
|
||||
$ProductOrder['total_pay_price'] = $ProductOrder['trans_expenses'];
|
||||
$ProductOrder['items_price'] = 0;
|
||||
if ($ProductOrder['p_id'] !== 0) {
|
||||
if ($prescription['category'] === 2) {
|
||||
$ProductOrder['total_pay_price'] = $ProductOrder['trans_expenses'];
|
||||
$ProductOrder['items_price'] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
$ProductOrder['count'] = $count;
|
||||
|
||||
Reference in New Issue
Block a user