Visitor.cs changes

This commit is contained in:
2023-07-13 12:28:55 +05:30
parent 55b731a653
commit da181622bc
+1
View File
@@ -102,6 +102,7 @@ namespace Bizgaze.CRM.Visitors.Infos
"v.seriesid",
"v.agreement",
"v.lastupdateddate",
"v.versionguid",
"(select imageurl from bizgazecrm_companies where companyid="+CompanyId+") as imageurl",
"Case when purposeofvisit=1 then 'Interview' when purposeofvisit=2 then 'Official Meeting' when purposeofvisit=3 then 'Meeting an Employee' when purposeofvisit=4 then 'Package Delivery' when purposeofvisit=5 then 'Others' end as purposeofvisittype",
"concat(e.firstname, e.lastname) AS HostName",