web:调整代码

dev_2.0.0
xueqingkun 2 years ago
parent 1d95cb9155
commit 491ff0efe1

@ -19,7 +19,7 @@ public class DiagnoseProcessResVo {
private String status; private String status;
@ApiModelProperty("最近问诊时间") @ApiModelProperty("最近问诊时间")
private LocalDateTime recentTime; private LocalDateTime time;
@ApiModelProperty("病例编号") @ApiModelProperty("病例编号")
@ -33,7 +33,7 @@ public class DiagnoseProcessResVo {
private String patientId; private String patientId;
@ApiModelProperty("病人姓名") @ApiModelProperty("病人姓名")
private String patientName; private String name;
@ApiModelProperty("年龄") @ApiModelProperty("年龄")
private Integer age; private Integer age;

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

@ -43,6 +43,7 @@
pr.process_type as processType, pr.process_type as processType,
pr.user_id as userId, pr.user_id as userId,
pr.finish_ask_time as finishAskTime, pr.finish_ask_time as finishAskTime,
pr.create_time as createTime,
pm.process_id as processId, pm.process_id as processId,
pm.disease_id as diseaseId, pm.disease_id as diseaseId,
mr.id as medicalRecId, mr.id as medicalRecId,

Loading…
Cancel
Save