|
|
@@ -79,7 +79,7 @@ public class FactorEnchangeFactory {
|
|
|
|
|
|
public static Map<Integer, List<FactorCondRela>> factorCondRelaMap = new HashMap<>();
|
|
|
|
|
|
-// @PostConstruct
|
|
|
+ @PostConstruct
|
|
|
public void init() {
|
|
|
List<EventAttr> eventAttrList = eventAttrService.lambdaQuery().eq(EventAttr::getDelFlag, CommonConstant.DEL_FLAG_0).list();
|
|
|
enchanceAttrMap = eventAttrList.stream().collect(Collectors.toMap(EventAttr::getId, v -> v, (v1, v2) -> v1));
|