Browse Source

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 year ago
parent
commit
038f5a0cc2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/feed_template.go

+ 1 - 0
models/feed_template.go

@@ -60,6 +60,7 @@ func NewFeedTemplateByGroup(req *FeedFormula) *FeedTemplate {
 		IssueId:      0,
 		IsModify:     req.IsModify,
 		GroupDataId:  req.Id,
+		GroupVersion: req.Version,
 	}
 }