소스 검색

Merge branch 'crm/crm_15.9' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 8 달 전
부모
커밋
81807d0c41
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      controllers/roadshow/calendar_meeting_user.go

+ 3 - 0
controllers/roadshow/calendar_meeting_user.go

@@ -221,6 +221,9 @@ func (this *CalendarMeetingUserController) List() {
 	if len(list) == 0 {
 		list = make([]*roadshow.RsCalendarMeetingUserResp, 0)
 	}
+	if len(lebelDetail) == 0 {
+		lebelDetail = make([]*cygx.RaiServeTagResp, 0)
+	}
 	resp.List = list
 	resp.ListLebel = lebelDetail
 	br.Ret = 200