Commit 182a99bc authored by suhuiguang's avatar suhuiguang

1.注销报废删除多余字段,返回后导致前端详情页面不能回显

parent e2735d86
...@@ -542,7 +542,7 @@ public class JgScrapCancelServiceImpl extends BaseService<JgScrapCancelDto, JgSc ...@@ -542,7 +542,7 @@ public class JgScrapCancelServiceImpl extends BaseService<JgScrapCancelDto, JgSc
.filter(entry -> entry.getValue() != null) .filter(entry -> entry.getValue() != null)
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue, (existing, replacement) -> existing)); .collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue, (existing, replacement) -> existing));
collect.put("equList", equList); collect.put("equList", equList);
collect.put("EQU_LIST_CODE", equList); // collect.put("EQU_LIST_CODE", equList);
return new HashMap<String, Object>() {{ return new HashMap<String, Object>() {{
this.put(PAGE_KEY, collect); this.put(PAGE_KEY, collect);
}}; }};
......
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