作者 yangfu

公告发布修改

... ... @@ -408,7 +408,7 @@ func UpdateBulletin(companyId int64, request *protocol.UpdateBulletinRequest) (r
log.Error(err.Error())
return
}
bulletinQuestion.Title = request.Title
bulletinQuestion.Title = request.Question.Title
bulletinQuestion.Content = string(questionContent)
bulletinQuestion.Type = int8(request.Question.Type)
bulletinQuestion.UpdateAt = time.Now()
... ...