|
|
@@ -180,10 +180,10 @@
|
|
|
bcr.patient_gender as patientGender,
|
|
|
bcr.last_care_time as lastCareTime,
|
|
|
bcr.last_question_time as lastQuestionTime,
|
|
|
- bcr.create_time as createTime,
|
|
|
- bcr.create_by as createBy,
|
|
|
- bcr.update_time as updateTime,
|
|
|
- bcr.update_by as updateBy
|
|
|
+ bcr.create_time as create_time,
|
|
|
+ bcr.create_by as create_by,
|
|
|
+ bcr.update_time as update_time,
|
|
|
+ bcr.update_by as update_by
|
|
|
FROM
|
|
|
biz_clinic_room bcr
|
|
|
LEFT JOIN biz_clinic_room_wx_user bcrwu ON bcr.id = bcrwu.clinic_room_id
|