Commit 67b6eee9 authored by chenzhao's avatar chenzhao

赋值修改

parent 4bfcc3d1
...@@ -185,9 +185,9 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg ...@@ -185,9 +185,9 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
} }
Map<String, Object> newMap = new HashMap<>(); Map<String, Object> newMap = new HashMap<>();
newMap.putAll(detailFieldCamelCaseByRecord);
newMap.putAll(changeInfo); newMap.putAll(changeInfo);
newMap.putAll(equipmentInfos.get(0)); newMap.putAll(equipmentInfos.get(0));
newMap.putAll(detailFieldCamelCaseByRecord);
return new HashMap<String, Map<String, Object>>() {{ return new HashMap<String, Map<String, Object>>() {{
this.put("changeRegisInfo", newMap); this.put("changeRegisInfo", newMap);
}}; }};
......
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