⚡ 合并主机额外配置.
This commit is contained in:
@@ -9,8 +9,4 @@ package com.orion.ops.module.infra.constant;
|
||||
*/
|
||||
public interface DataExtraItems {
|
||||
|
||||
String ALIAS = "alias";
|
||||
|
||||
String COLOR = "color";
|
||||
|
||||
}
|
||||
|
||||
@@ -136,8 +136,7 @@ public class DataExtraServiceImpl implements DataExtraService {
|
||||
.stream()
|
||||
.collect(Collectors.toMap(DataExtraDO::getRelId,
|
||||
DataExtraDO::getValue,
|
||||
Functions.right())
|
||||
);
|
||||
Functions.right()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user