xingzai hai 7 meses
pai
achega
cefe4149a6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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