| xqd
@@ -103,7 +103,7 @@ class Order extends BaseModel
|
|
|
|
|
|
//如果是服务包支付的,就扣服务包的次数
|
|
|
if ($order['payment_type'] == 3) {
|
|
|
- OrderPack::deductPackData($order['pay_order_pack_id'], $order['payment_type'], $order['payment_amount']);
|
|
|
+ OrderPack::deductPackData($order['pay_order_pack_id'], $order['product_type'], $order['payment_amount']);
|
|
|
}
|
|
|
|
|
|
if (!empty($order['docter_id'])) {
|