浏览代码

变更审批通过推送新增部位到台账中

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

+ 0 - 1
app/service/change_audit_list.js

@@ -783,7 +783,6 @@ module.exports = app => {
                 for (const r of changeLedgerIdList) {
                 for (const r of changeLedgerIdList) {
                     await this._findParents(transaction, tid, r, result);
                     await this._findParents(transaction, tid, r, result);
                 }
                 }
-                console.log(result);
                 // 插入到计量单元表,并删除变更的计量单元数据, 插入清单表,并删除变更的清单表
                 // 插入到计量单元表,并删除变更的计量单元数据, 插入清单表,并删除变更的清单表
                 await this._insertByChangeRevise(transaction, tid, result, result2);
                 await this._insertByChangeRevise(transaction, tid, result, result2);
                 // 更新标段总金额
                 // 更新标段总金额