浏览代码

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

xingzai 1 年之前
父节点
当前提交
2e34cd5af5
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 = "获取失败"