任务处理字段
This commit is contained in:
parent
a0b6c67e44
commit
a9238baa3f
@ -96,6 +96,4 @@ public class PhonePush {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "话术图片文件路径")
|
@ApiModelProperty(value = "话术图片文件路径")
|
||||||
private String scriptFilePath;
|
private String scriptFilePath;
|
||||||
|
|
||||||
private String phoneMessageTemplateContent;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -649,7 +649,7 @@
|
|||||||
spmrn.route_handle_remark,
|
spmrn.route_handle_remark,
|
||||||
spmrn.phone_message_template_id,
|
spmrn.phone_message_template_id,
|
||||||
spmrn.phone_message_template_name,
|
spmrn.phone_message_template_name,
|
||||||
spmrn.phone_message_template_content,
|
spmrn.phone_node_content,
|
||||||
si.script_file_path
|
si.script_file_path
|
||||||
from sign_patient_manage_route_node spmrn
|
from sign_patient_manage_route_node spmrn
|
||||||
LEFT JOIN script_info si ON spmrn.phone_id = si.script_id
|
LEFT JOIN script_info si ON spmrn.phone_id = si.script_id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user