v1.1:perf-levelService重复init

This commit is contained in:
2022-10-10 11:59:13 +08:00
parent 3e26d6dda6
commit f6cedcdf31

View File

@@ -354,7 +354,6 @@ public class LevelService extends BaseService{
/**
* 初始化资源
*/
@PostConstruct
public void initStaticLevelList(){
List<LevelExperience> levelExperList = getLevelExperListFromDB();
List<LevelCharm> levelCharmList = getLevelCharmListFromDB();