|
|
@ -30,11 +30,11 @@
|
|
|
|
select pro.id as processId,
|
|
|
|
select pro.id as processId,
|
|
|
|
pro.user_id as userId,
|
|
|
|
pro.user_id as userId,
|
|
|
|
pro.status as status,
|
|
|
|
pro.status as status,
|
|
|
|
pro.update_time as recentTime,
|
|
|
|
pro.update_time as time,
|
|
|
|
mre.id as medicalRecId,
|
|
|
|
mre.id as medicalRecId,
|
|
|
|
mre.patient_self_desc as patientSelfDesc,
|
|
|
|
mre.patient_self_desc as patientSelfDesc,
|
|
|
|
mre.patient_id as patientId,
|
|
|
|
mre.patient_id as patientId,
|
|
|
|
mre.patient_name as patientName,
|
|
|
|
mre.patient_name as name,
|
|
|
|
mre.patient_age as age,
|
|
|
|
mre.patient_age as age,
|
|
|
|
mre.patient_gender as gender,
|
|
|
|
mre.patient_gender as gender,
|
|
|
|
pat.resource_id as resourceId
|
|
|
|
pat.resource_id as resourceId
|
|
|
|