This commit is contained in:
wucongxing 2023-11-09 18:02:46 +08:00
parent 3843d1a02a
commit 2aa253fa5d

View File

@ -70,7 +70,7 @@ class UserPatientService extends BaseService
$result['patient_id'] = $user_patient['patient_id']; $result['patient_id'] = $user_patient['patient_id'];
$result['avatar'] = $user_patient['avatar']; $result['avatar'] = $user_patient['avatar'];
$result['user_name'] = $user_patient['user_name']; $result['user_name'] = $user_patient['user_name'];
$result['coupon'] = empty($coupon); $result['coupon'] = !empty($coupon);
$result['order_inquiry_count'] = $order_inquiry_count; $result['order_inquiry_count'] = $order_inquiry_count;
$result['order_prescription_count'] = $order_prescription_count; $result['order_prescription_count'] = $order_prescription_count;
$result['order_product_count'] = $order_product_count; $result['order_product_count'] = $order_product_count;