浏览代码

发布测试

xingzai 2 年之前
父节点
当前提交
1f0c0d922c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      controllers/user.go

+ 0 - 2
controllers/user.go

@@ -33,8 +33,6 @@ func (this *UserController) ChooseDetail() {
 		return
 	}
 	mobile := user.Mobile
-	//所有的产业map
-	//var itemsIndustrial  []*models.IndustrialManagementRep
 	mapIndustrial := make(map[int][]*models.IndustrialManagementRep)
 	mapFllow := make(map[int]int)
 	fllowList, err := models.GetCygxIndustryFllowList(mobile)