任务管理查询列表返回数据新增字段
This commit is contained in:
parent
42b089d79d
commit
c6888798d0
@ -115,5 +115,8 @@ public class PatientTaskExecuteRecordVO extends PatientTaskExecuteRecord {
|
|||||||
@ApiModelProperty(value = "文字提醒内容(任务类型为文字提醒使用)")
|
@ApiModelProperty(value = "文字提醒内容(任务类型为文字提醒使用)")
|
||||||
private String textRemindContent;
|
private String textRemindContent;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "任务处理信息")
|
||||||
|
private String routeHandleRemark;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -113,6 +113,7 @@
|
|||||||
pi.in_hospital_number,
|
pi.in_hospital_number,
|
||||||
pi.patient_phone,
|
pi.patient_phone,
|
||||||
spmrn.task_type,
|
spmrn.task_type,
|
||||||
|
spmrn.route_handle_remark,
|
||||||
CASE
|
CASE
|
||||||
WHEN spmrn.task_type = 'PHONE_OUTBOUND' THEN spmrn.phone_id
|
WHEN spmrn.task_type = 'PHONE_OUTBOUND' THEN spmrn.phone_id
|
||||||
WHEN spmrn.task_type = 'QUESTIONNAIRE_SCALE' THEN spmrn.question_info_id
|
WHEN spmrn.task_type = 'QUESTIONNAIRE_SCALE' THEN spmrn.question_info_id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user