正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论