Commit 1e10e896 authored by hekaiwen's avatar hekaiwen

bug24388 内部编号如果多个一致,仅展示一个

parent 28219b61
...@@ -608,6 +608,7 @@ public class JgUseRegistrationManageServiceImpl extends BaseService<JgUseRegistr ...@@ -608,6 +608,7 @@ public class JgUseRegistrationManageServiceImpl extends BaseService<JgUseRegistr
exportParamsMap.put("useInnerCode", deviceList.stream() exportParamsMap.put("useInnerCode", deviceList.stream()
.map(equ -> String.valueOf(equ.get("USE_INNER_CODE"))) .map(equ -> String.valueOf(equ.get("USE_INNER_CODE")))
.filter(Objects::nonNull) .filter(Objects::nonNull)
.distinct()
.collect(Collectors.joining(", "))); .collect(Collectors.joining(", ")));
}else{ }else{
exportParamsMap.put("fullAddress", manage.getEquUseAddress()); exportParamsMap.put("fullAddress", manage.getEquUseAddress());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment