修改福利数据获取
This commit is contained in:
parent
b61f61d194
commit
9c8cbf008a
@ -46,6 +46,7 @@ class UserPatientService extends BaseService
|
|||||||
|
|
||||||
// 获取福利数据
|
// 获取福利数据
|
||||||
$coupon = UserCoupon::getUserObjectTypeCoupon($user_patient['user_id'],2);
|
$coupon = UserCoupon::getUserObjectTypeCoupon($user_patient['user_id'],2);
|
||||||
|
$coupon = $coupon->toArray();
|
||||||
|
|
||||||
// 获取问诊数量-待支付
|
// 获取问诊数量-待支付
|
||||||
$InquiryService = new InquiryService();
|
$InquiryService = new InquiryService();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user