소스 검색

Visitor.cs changes

allauddin 2 년 전
부모
커밋
da181622bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      CRM.Visitors/Infos/Visitor.cs

+ 1
- 0
CRM.Visitors/Infos/Visitor.cs 파일 보기

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

Loading…
취소
저장