Kaynağa Gözat

Merge branch 'cygx_12.8.1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 yıl önce
ebeveyn
işleme
2e34cd5af5
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      controllers/report.go

+ 2 - 0
controllers/report.go

@@ -652,6 +652,8 @@ func (this *ReportController) List() {
 			if v.Resource == 3 {
 				meetingreviewchaptIds = append(meetingreviewchaptIds, v.Id)
 			}
+		}
+		if len(meetingreviewchaptIds) > 0 {
 			listMeet, err := services.GetCygxMorningMeetingReviewChapterListByIds(meetingreviewchaptIds)
 			if err != nil {
 				br.Msg = "获取失败"