|
|
@ -68,7 +68,7 @@
|
|
|
|
t1.patient_gender as gender,
|
|
|
|
t1.patient_gender as gender,
|
|
|
|
t1.patient_head_pic as patientHeadPic,
|
|
|
|
t1.patient_head_pic as patientHeadPic,
|
|
|
|
t1.patient_self_desc as patientSelfDesc,
|
|
|
|
t1.patient_self_desc as patientSelfDesc,
|
|
|
|
t1.status as status,
|
|
|
|
t1.status as medicalStatus,
|
|
|
|
if(t1.update_time is null, t1.create_time, t1.update_time) as time
|
|
|
|
if(t1.update_time is null, t1.create_time, t1.update_time) as time
|
|
|
|
from vp_medical_rec t1
|
|
|
|
from vp_medical_rec t1
|
|
|
|
left join vp_disease t3 on t1.disease_id = t3.id
|
|
|
|
left join vp_disease t3 on t1.disease_id = t3.id
|
|
|
|