作者 yangfu

公告发布修改

... ... @@ -429,7 +429,7 @@ func UpdateBulletin(companyId int64, request *protocol.UpdateBulletinRequest) (r
bulletinQuestion = &models.BulletinQuestion{
BulletinId: bulletin.Id,
Type: int8(request.Question.Type),
Title: request.Title,
Title: request.Question.Title,
Content: string(questionContent),
CreateAt: time.Now(),
UpdateAt: time.Now(),
... ...