Bläddra i källkod

Merge branch 'cygx_10.3' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 år sedan
förälder
incheckning
dd9576e35d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 = "获取失败"