正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -186,7 +186,9 @@ func (this *BulletinController) BulletinFeedbacks() { | @@ -186,7 +186,9 @@ func (this *BulletinController) BulletinFeedbacks() { | ||
186 | func (this *BulletinController) ExportFeedBacks() { | 186 | func (this *BulletinController) ExportFeedBacks() { |
187 | var msg *protocol.ResponseMessage | 187 | var msg *protocol.ResponseMessage |
188 | defer func() { | 188 | defer func() { |
189 | - this.ResposeJson(msg) | 189 | + if msg.Errno != 0 { |
190 | + this.ResposeJson(msg) | ||
191 | + } | ||
190 | }() | 192 | }() |
191 | var request *protocol.ExportFeedBacksRequest | 193 | var request *protocol.ExportFeedBacksRequest |
192 | if err := json.Unmarshal(this.Ctx.Input.RequestBody, &request); err != nil { | 194 | if err := json.Unmarshal(this.Ctx.Input.RequestBody, &request); err != nil { |
-
请 注册 或 登录 后发表评论