1.
This commit is contained in:
parent
2cc7575ad4
commit
4efe714781
@ -3222,7 +3222,7 @@ async def send_talent_pool(
|
||||
) -> schemas.Msg:
|
||||
"""把人才库的人推到人才推荐中,并给每个人发送邮件"""
|
||||
for i in data_in.send:
|
||||
if i != '':
|
||||
if i['mail'] != '':
|
||||
str_msg = f"""亲爱的{i['name']}:\n最近工作还顺利吗?好久不见,我是武汉乐谷在线科技有限公司的HR,最近我们正在招聘以下职位,与您匹配值非常高。\n
|
||||
我们期待您的投递,祝您生活愉快!"""
|
||||
send_affix_mail(str_msg, i['mail'])
|
||||
|
Loading…
Reference in New Issue
Block a user