소스 검색

Merge branch 'cygx/cygx_need_926' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 년 전
부모
커밋
ffc2532704
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/cygx/yanxuan_special.go

+ 1 - 1
controllers/cygx/yanxuan_special.go

@@ -626,7 +626,7 @@ func (this *YanxuanSpecialController) ListPv() {
 		cellMobile.Value = item.Mobile
 		cellB := row.AddCell()
 		cellB.Value = item.CompanyName
-		cellCompanyStatus := rowTitle.AddCell()
+		cellCompanyStatus := row.AddCell()
 		cellCompanyStatus.Value = mapsCompanyStatus[item.CompanyId]
 		cellC := row.AddCell()
 		cellC.Value = item.SellerName