|
@@ -19,7 +19,10 @@
|
|
|
bcr.create_time as create_time,
|
|
bcr.create_time as create_time,
|
|
|
bcr.create_by as create_by,
|
|
bcr.create_by as create_by,
|
|
|
bcr.update_time as update_time,
|
|
bcr.update_time as update_time,
|
|
|
- bcr.update_by as update_by
|
|
|
|
|
|
|
+ bcr.update_by as update_by,
|
|
|
|
|
+ bcr.patient_age as patientAge,
|
|
|
|
|
+ bcr.patient_gender as patientGender,
|
|
|
|
|
+ bcr.image_url as imageUrl
|
|
|
FROM
|
|
FROM
|
|
|
biz_clinic_room bcr
|
|
biz_clinic_room bcr
|
|
|
JOIN biz_clinic_room_doctor_user bcrmu ON bcr.ID = bcrmu.clinic_room_id
|
|
JOIN biz_clinic_room_doctor_user bcrmu ON bcr.ID = bcrmu.clinic_room_id
|