Commit 6c8b48f4 authored by zhangjun's avatar zhangjun

修改

parent a18cd06b
......@@ -554,7 +554,7 @@ class Package_model extends MY_Model
//更新优惠券
if (GB_CITY == 'nj' && $orderInfo['coupon_id'] > 0) {
$this->user_model->updateCouponStatus( $orderInfo['user_id'], $orderInfo['coupon_id'] );
$this->updateCouponStatus( $orderInfo['user_id'], $orderInfo['coupon_id'] );
}
$data = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment