This commit is contained in:
苏尹岚
2021-04-16 08:40:04 +08:00
parent 32baa0a091
commit f8c86c25d4

View File

@@ -19,7 +19,6 @@ func (s *UnionHandler) GetUnionActList(ctx *jxcontext.Context, actType int) (act
Ratio: v.Ratio,
ActSrc: v.ActSrc,
}
actList = append(actList, act)
}
}