VisitorManager.Async.cs Changes

此提交包含在:
2023-08-08 18:03:51 +05:30
父節點 533d48f4f5
當前提交 6f4d348401
+2 -2
查看文件
@@ -64,9 +64,9 @@ namespace Bizgaze.CRM.Visitors.Managers
{ {
template = template.Replace("{{fullname}}", VisitorInfo_.Result.FullName); 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}}")) if (template.Contains("{{purposeofvisit}}"))
{ {