正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -429,7 +429,7 @@ func UpdateBulletin(companyId int64, request *protocol.UpdateBulletinRequest) (r | @@ -429,7 +429,7 @@ func UpdateBulletin(companyId int64, request *protocol.UpdateBulletinRequest) (r | ||
| 429 | bulletinQuestion = &models.BulletinQuestion{ | 429 | bulletinQuestion = &models.BulletinQuestion{ |
| 430 | BulletinId: bulletin.Id, | 430 | BulletinId: bulletin.Id, |
| 431 | Type: int8(request.Question.Type), | 431 | Type: int8(request.Question.Type), |
| 432 | - Title: request.Title, | 432 | + Title: request.Question.Title, |
| 433 | Content: string(questionContent), | 433 | Content: string(questionContent), |
| 434 | CreateAt: time.Now(), | 434 | CreateAt: time.Now(), |
| 435 | UpdateAt: time.Now(), | 435 | UpdateAt: time.Now(), |
-
请 注册 或 登录 后发表评论