|
|
|
@ -81,6 +81,7 @@ func (c *gameCronImpl) AddCron(req entity.GameNoticeLog) { |
|
|
|
notice := notices[i] |
|
|
|
notice := notices[i] |
|
|
|
if notice.Id == req.Id { |
|
|
|
if notice.Id == req.Id { |
|
|
|
notice.SendTime = req.SendTime |
|
|
|
notice.SendTime = req.SendTime |
|
|
|
|
|
|
|
notice.IsShow = req.IsShow |
|
|
|
notice.Status = req.Status |
|
|
|
notice.Status = req.Status |
|
|
|
notice.Content = req.Content |
|
|
|
notice.Content = req.Content |
|
|
|
notice.NoticeType = req.NoticeType |
|
|
|
notice.NoticeType = req.NoticeType |
|
|
|
|