Explorar o código

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

xingzai hai 1 ano
pai
achega
2e34cd5af5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 = "获取失败"