提交 11e19337 authored 作者: lvwei's avatar lvwei

--no commit message

上级 e0497820
......@@ -115,12 +115,12 @@ public enum GoodsTypeEnum implements EnumsInterface<String>{
return result;
} else if(sign == 2){
HashMap<String, String> result = (HashMap<String, String>) MAP.entrySet().stream()
.filter(map -> !(JGJY.code.equals(map.getKey()) || ZYPX.code.equals(map.getKey())))
.filter(map -> !(JGJY.code.equals(map.getKey()) || ZYPX.code.equals(map.getKey()) || JCK.code.equals(map.getKey())))
.collect(Collectors.toMap(p -> p.getKey(), p -> p.getValue()));
return result;
} else {
HashMap<String, String> result = (HashMap<String, String>) MAP.entrySet().stream()
.filter(map -> !(JGJY.code.equals(map.getKey()) || ZYPX.code.equals(map.getKey())))
.filter(map -> !(JGJY.code.equals(map.getKey()) || ZYPX.code.equals(map.getKey()) || XTCK.code.equals(map.getKey())))
.collect(Collectors.toMap(p -> p.getKey(), p -> p.getValue()));
return result;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论