VisitorManager.Async.cs Changes

这个提交包含在:
2023-08-08 18:03:51 +05:30
父节点 533d48f4f5
当前提交 6f4d348401
@@ -64,9 +64,9 @@ namespace Bizgaze.CRM.Visitors.Managers
{
template = template.Replace("{{fullname}}", VisitorInfo_.Result.FullName);
}
if (template.Contains("{{comingfrom}}"))
if (template.Contains("{{cityname}}"))
{
template = template.Replace("{{comingfrom}}", VisitorInfo_.Result.ComingFrom);
template = template.Replace("{{cityname}}", VisitorInfo_.Result.CityName);
}
if (template.Contains("{{purposeofvisit}}"))
{