소스 검색

预处理相关

MaiXinRong 5 년 전
부모
커밋
547ba050df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/lib/rpt_data_analysis.js

+ 1 - 1
app/lib/rpt_data_analysis.js

@@ -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]);
             }
         };