|
|
|
|
@ -58,7 +58,7 @@ class AuditResultEmailNotify extends Notification
|
|
|
|
|
->line('被访人:' . $visitData['accept_admin_name'])
|
|
|
|
|
->line('公司名称:' . $visitData['company_name'])
|
|
|
|
|
->line('请按时到访,如有疑问请联系被访人。')
|
|
|
|
|
->line('')
|
|
|
|
|
->salutation('')
|
|
|
|
|
->line('Regards');
|
|
|
|
|
} else {
|
|
|
|
|
// 审核驳回的邮件
|
|
|
|
|
@ -71,7 +71,7 @@ class AuditResultEmailNotify extends Notification
|
|
|
|
|
->line('被访人:' . $visitData['accept_admin_name'])
|
|
|
|
|
->line('公司名称:' . $visitData['company_name'])
|
|
|
|
|
->line('如有疑问,请联系被访人或重新提交申请。')
|
|
|
|
|
->line('')
|
|
|
|
|
->salutation('')
|
|
|
|
|
->line('Regards');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|