瀏覽代碼

no message

zhangchuanxing 6 月之前
父節點
當前提交
e5d22c82c6
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 0 2
      controllers/report.go
  2. 2 2
      services/industrial_management.go

+ 0 - 2
controllers/report.go

@@ -140,8 +140,6 @@ func (this *ReportController) IndustryList() {
 		return
 		return
 	}
 	}
 	uid := user.UserId
 	uid := user.UserId
-
-	fmt.Println(uid)
 	ChartPermissionId, _ := this.GetInt("ChartPermissionId")
 	ChartPermissionId, _ := this.GetInt("ChartPermissionId")
 	orderColumn := this.GetString("OrderColumn")
 	orderColumn := this.GetString("OrderColumn")
 	orderColumnNew := this.GetString("OrderColumn")
 	orderColumnNew := this.GetString("OrderColumn")

+ 2 - 2
services/industrial_management.go

@@ -869,10 +869,10 @@ func GetCygxIndustryFllowListTypeMapByMobile(mobile string) (mapFollowTypeResp m
 	}()
 	}()
 
 
 	mapFollowTypeResp = make(map[int]int, 0)
 	mapFollowTypeResp = make(map[int]int, 0)
-	fllowList, e := models.GetCygxIndustryFllowList(mobile)
+	fllowList, e := models.GetCygxIndustryFllowListByMobile(mobile)
 	//策略的处理
 	//策略的处理
 	if e != nil {
 	if e != nil {
-		err = errors.New("GetUserFllowIndustrialList, Err: " + err.Error())
+		err = errors.New("GetUserFllowIndustrialList, Err: " + e.Error())
 		return
 		return
 	}
 	}
 	for _, v := range fllowList {
 	for _, v := range fllowList {