瀏覽代碼

内存表,合同支付,取值问题

MaiXinRong 5 年之前
父節點
當前提交
fbfd915243
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/service/report_memory.js

+ 1 - 2
app/service/report_memory.js

@@ -542,7 +542,7 @@ module.exports = app => {
                 for (const [i, role] of validRole.entries()) {
                     if (i < validRole.length - 1) {
                         const stagePays = this.ctx.helper._.filter(allStagePays, function (x) {
-                            return x.times === stage.curTimes && x.order === role.dataOrder;
+                            return x.stimes === stage.curTimes && x.sorder === role.dataOrder;
                         });
                         this.ctx.helper._.pullAll(allStagePays, stagePays);
 
@@ -559,7 +559,6 @@ module.exports = app => {
                     }
                 }
             }
-
             return dealPay;
         }