Browse Source

no message

xingzai 4 years ago
parent
commit
861ad75f58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/tactics.go

+ 1 - 1
controllers/tactics.go

@@ -82,7 +82,7 @@ func (this *TacticsController) List() {
 		br.Msg = "获取帖子总数失败,Err:" + err.Error()
 		return
 	}
-	uid = 46085
+
 	page = paging.GetPaging(currentIndex, pageSize, total)
 	list, err := models.GetReportTacticsList(condition, pars, uid, startSize, pageSize)
 	if err != nil {