@@ -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 = "获取失败"