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