Merge branch 'test' of http://gitlab.fjmaimaimai.com/allied-creation/performance into test
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -218,6 +218,7 @@ func (rs *EvaluationRuleService) ListRelCreator(in *command.QueryRuleCommand) (i | @@ -218,6 +218,7 @@ func (rs *EvaluationRuleService) ListRelCreator(in *command.QueryRuleCommand) (i | ||
218 | if v, ok := userNameMap[ras[i].CreatorId]; ok { | 218 | if v, ok := userNameMap[ras[i].CreatorId]; ok { |
219 | ras[i].CreatorName = v | 219 | ras[i].CreatorName = v |
220 | } | 220 | } |
221 | + | ||
221 | } | 222 | } |
222 | 223 | ||
223 | if err := transactionContext.CommitTransaction(); err != nil { | 224 | if err := transactionContext.CommitTransaction(); err != nil { |
-
请 注册 或 登录 后发表评论