VisitorManager.Async.cs Changes
此提交包含在:
@@ -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}}"))
|
||||||
{
|
{
|
||||||
|
|||||||
新增問題並參考
封鎖使用者