소스 검색

no message

xingzai 1 년 전
부모
커밋
f16115618c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      controllers/report.go

+ 2 - 0
controllers/report.go

@@ -659,6 +659,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 = "获取失败"