Browse Source

Visitor.cs changes

allauddin 2 years ago
parent
commit
da181622bc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      CRM.Visitors/Infos/Visitor.cs

+ 1
- 0
CRM.Visitors/Infos/Visitor.cs View File

102
                  "v.seriesid",
102
                  "v.seriesid",
103
                  "v.agreement",                
103
                  "v.agreement",                
104
                  "v.lastupdateddate",
104
                  "v.lastupdateddate",
105
+                 "v.versionguid",
105
                  "(select imageurl from bizgazecrm_companies where companyid="+CompanyId+") as imageurl",
106
                  "(select imageurl from bizgazecrm_companies where companyid="+CompanyId+") as imageurl",
106
             "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",
107
             "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",
107
                 "concat(e.firstname, e.lastname) AS HostName",
108
                 "concat(e.firstname, e.lastname) AS HostName",

Loading…
Cancel
Save