浏览代码

修复计量台账上报bug问题

laiguoran 5 年之前
父节点
当前提交
d5e83a702e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/service/stage_other.js

+ 0 - 1
app/service/stage_other.js

@@ -150,7 +150,6 @@ module.exports = app => {
 
 
             const filter = {stimes: this.ctx.stage.curTimes, sorder: this.ctx.stage.curOrder};
             const filter = {stimes: this.ctx.stage.curTimes, sorder: this.ctx.stage.curOrder};
             const updateDatas = [];
             const updateDatas = [];
-            console.log(datas);
             for (const d of datas) {
             for (const d of datas) {
                 const history = d.shistory && d.shistory !== '' ? JSON.parse(d.shistory) : [];
                 const history = d.shistory && d.shistory !== '' ? JSON.parse(d.shistory) : [];
                 const his = this.ctx.helper._.find(datas, filter);
                 const his = this.ctx.helper._.find(datas, filter);