pull/1/head
wanghousheng 9 months ago
parent bb8f73335b
commit 5826227dfc
  1. 1
      app/api/model/UserCoupon.php

@ -89,6 +89,7 @@ class UserCoupon extends UserCouponModel
if ($params['dataType'] === 'isUse') {
$filter[] = ['is_use', '=', 1];
}
//服务券 商品券
if (!empty($param['coupon_case'])) {
$filter[] = ['coupon_case', '=', $param['coupon_case']];
}

Loading…
Cancel
Save