Browse Source

no message

xingzai 2 years ago
parent
commit
95927462dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/morning_meeting.go

+ 1 - 1
controllers/morning_meeting.go

@@ -69,7 +69,7 @@ func (this *MorningMeetingController) GatherList() {
 	mapMeetName := make(map[string]string)
 	if meetids != "" {
 		pars = make([]interface{}, 0)
-		condition = ` 	AND id  IN(` + meetids + `) `
+		condition = ` 	AND id  IN(` + meetids + `) AND  status = 1  `
 		listMeet, err := models.GetCygxMorningMeetingReviewsList(condition, pars, 0, 10000)
 		if err != nil {
 			br.Msg = "获取失败"