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