作者 唐旭辉

bug fix

@@ -175,6 +175,9 @@ func BulletinList(uid, companyId int64, request *protocol.BulletinListRequest) ( @@ -175,6 +175,9 @@ func BulletinList(uid, companyId int64, request *protocol.BulletinListRequest) (
175 list []*models.Bulletin 175 list []*models.Bulletin
176 total int 176 total int
177 ) 177 )
  178 + rsp = &protocol.BulletinListResponse{
  179 + List: make([]*protocol.BulletinItem, 0),
  180 + }
178 if request.PageIndex == 0 { 181 if request.PageIndex == 0 {
179 request.PageIndex += 1 182 request.PageIndex += 1
180 } 183 }