xyxie il y a 2 semaines
Parent
commit
2b6d011567
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/company.go

+ 1 - 1
controllers/company.go

@@ -467,7 +467,7 @@ func (this *CompanyController) List() {
 	keyWord = strings.Replace(keyWord, "'", "", -1)
 	todoStatus := this.GetString("TodoStatus")      //任务状态
 	tryStage, _ := this.GetInt("TryStage")          //试用客户标签
-	includeShare, _ := this.GetBool("IncludeShare") // 是否包含试用客户
+	//includeShare, _ := this.GetBool("IncludeShare") // 是否包含试用客户
 
 	// 套餐类型
 	packageType, _ := this.GetInt("PackageType")