作者 tangxvhui
@@ -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 {