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