1: 修改病历状态字段 status 到medicalStatus

pull/1/head
xueqingkun 1 year ago
parent c79d4f4a5b
commit 99e542f872

@ -31,6 +31,6 @@ public class MedicalRecPageResVO {
private String diagnosisPrimaryStr; private String diagnosisPrimaryStr;
@Schema(description = "病历状态 1未上线 2上线") @Schema(description = "病历状态 1未上线 2上线")
private String status; private String medicalStatus;
} }

@ -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

Loading…
Cancel
Save