Explorar o código

修复计量台账上报bug问题

laiguoran %!s(int64=5) %!d(string=hai) anos
pai
achega
d5e83a702e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);