人工随访代办查询列表返回数据新增字段
This commit is contained in:
parent
306e29477c
commit
e7a4d1494d
@ -120,5 +120,8 @@ public class ManualFollowUpVO {
|
|||||||
@ApiModelProperty(value = "任务执行记录id")
|
@ApiModelProperty(value = "任务执行记录id")
|
||||||
private Long taskExecuteRecordId;
|
private Long taskExecuteRecordId;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "任务处理信息")
|
||||||
|
private String routeHandleRemark;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -335,7 +335,8 @@
|
|||||||
WHEN spmrn.task_type = 'QUESTIONNAIRE_SCALE' THEN spmrn.question_info_id
|
WHEN spmrn.task_type = 'QUESTIONNAIRE_SCALE' THEN spmrn.question_info_id
|
||||||
WHEN spmrn.task_type = 'ARTIFICIAL_FOLLOW_UP' THEN spmrn.follow_template_id
|
WHEN spmrn.task_type = 'ARTIFICIAL_FOLLOW_UP' THEN spmrn.follow_template_id
|
||||||
END AS 'templateId',
|
END AS 'templateId',
|
||||||
spmrn.node_execute_status
|
spmrn.node_execute_status,
|
||||||
|
spmrn.route_handle_remark
|
||||||
FROM
|
FROM
|
||||||
sign_patient_manage_route spmr
|
sign_patient_manage_route spmr
|
||||||
LEFT JOIN sign_patient_manage_route_node spmrn ON spmr.id = spmrn.manage_route_id
|
LEFT JOIN sign_patient_manage_route_node spmrn ON spmr.id = spmrn.manage_route_id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user