任务处理字段

This commit is contained in:
zhangheng 2024-07-01 16:06:21 +08:00
parent a0b6c67e44
commit a9238baa3f
2 changed files with 1 additions and 3 deletions

View File

@ -96,6 +96,4 @@ public class PhonePush {
@ApiModelProperty(value = "话术图片文件路径")
private String scriptFilePath;
private String phoneMessageTemplateContent;
}

View File

@ -649,7 +649,7 @@
spmrn.route_handle_remark,
spmrn.phone_message_template_id,
spmrn.phone_message_template_name,
spmrn.phone_message_template_content,
spmrn.phone_node_content,
si.script_file_path
from sign_patient_manage_route_node spmrn
LEFT JOIN script_info si ON spmrn.phone_id = si.script_id