作者 yangfu

公告发布修改

@@ -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(),