This commit is contained in:
2023-11-09 16:07:23 +08:00
parent 39f88f3e1b
commit 6c3970ec5c
5 changed files with 168 additions and 63 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class UserPatientService extends BaseService
}
// 获取福利数据
$coupon = $this->getPatientAvailableCouponList($user_patient['user_id'],1);
$coupon = UserCoupon::getUserObjectTypeCoupon($user_patient['user_id'],2);
// 获取问诊数量-待支付
$InquiryService = new InquiryService();