Kaynağa Gözat

修复计量台账上报bug问题

laiguoran 5 yıl önce
ebeveyn
işleme
d5e83a702e
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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 updateDatas = [];
-            console.log(datas);
             for (const d of datas) {
                 const history = d.shistory && d.shistory !== '' ? JSON.parse(d.shistory) : [];
                 const his = this.ctx.helper._.find(datas, filter);