任务管理查询列表返回数据新增字段

This commit is contained in:
youxilong 2024-04-11 16:52:01 +08:00
parent 42b089d79d
commit c6888798d0
2 changed files with 4 additions and 0 deletions

View File

@ -115,5 +115,8 @@ public class PatientTaskExecuteRecordVO extends PatientTaskExecuteRecord {
@ApiModelProperty(value = "文字提醒内容(任务类型为文字提醒使用)")
private String textRemindContent;
@ApiModelProperty(value = "任务处理信息")
private String routeHandleRemark;
}

View File

@ -113,6 +113,7 @@
pi.in_hospital_number,
pi.patient_phone,
spmrn.task_type,
spmrn.route_handle_remark,
CASE
WHEN spmrn.task_type = 'PHONE_OUTBOUND' THEN spmrn.phone_id
WHEN spmrn.task_type = 'QUESTIONNAIRE_SCALE' THEN spmrn.question_info_id