|
@@ -394,7 +394,7 @@ const gatherChapter = {
|
|
|
const gatherRelaFields = function (chapter, source, field) {
|
|
|
const fields = field instanceof Array ? field : [field];
|
|
|
for (const f of fields) {
|
|
|
- chapter[f.target] = ctx.helper.add(chapter[f.target], source[f.source]);
|
|
|
+ chapter[f.target] = ctx.helper.add(chapter[f.target], source[f.target]);
|
|
|
}
|
|
|
};
|
|
|
|