|
|
|
@ -64,6 +64,7 @@
|
|
|
|
|
t1.patient_name as name,
|
|
|
|
|
t1.patient_age as age,
|
|
|
|
|
t1.patient_gender as gender,
|
|
|
|
|
t1.patient_head_pic as patientHeadPic,
|
|
|
|
|
t1.patient_self_desc as patientSelfDesc,
|
|
|
|
|
if(t1.update_time is null, t1.create_time, t1.update_time) as time
|
|
|
|
|
from vp_medical_rec t1
|
|
|
|
|