Commit 255035d2 authored by 覃振观's avatar 覃振观 👶

1

parent d9ed1b47
......@@ -48,7 +48,8 @@ function mapping(dataMapping, rawData) {
tryForEach(propertyNames.columns, (property) => {
mapper[property] = [];
let data = {};
data[rowId] = beanName;
data['key'] = rowId;
data['beanName'] = beanName;
mapper[property].push(data)
});
})
......
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