人工随访代办查询列表返回数据新增字段

This commit is contained in:
youxilong 2024-04-12 10:13:31 +08:00
parent 306e29477c
commit e7a4d1494d
2 changed files with 5 additions and 1 deletions

View File

@ -120,5 +120,8 @@ public class ManualFollowUpVO {
@ApiModelProperty(value = "任务执行记录id")
private Long taskExecuteRecordId;
@ApiModelProperty(value = "任务处理信息")
private String routeHandleRemark;
}

View File

@ -335,7 +335,8 @@
WHEN spmrn.task_type = 'QUESTIONNAIRE_SCALE' THEN spmrn.question_info_id
WHEN spmrn.task_type = 'ARTIFICIAL_FOLLOW_UP' THEN spmrn.follow_template_id
END AS 'templateId',
spmrn.node_execute_status
spmrn.node_execute_status,
spmrn.route_handle_remark
FROM
sign_patient_manage_route spmr
LEFT JOIN sign_patient_manage_route_node spmrn ON spmr.id = spmrn.manage_route_id