瀏覽代碼

去掉console测试

laiguoran 4 年之前
父節點
當前提交
99e8ba35cd
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/service/change.js

+ 0 - 3
app/service/change.js

@@ -133,9 +133,7 @@ module.exports = app => {
                 const changeInfo = await this.ctx.service.change.getHaveAuditLastInfo(tenderId);
                 if (changeInfo) {
                     // 再获取非原报审批人
-                    console.log(changeInfo);
                     const auditList = await this.ctx.service.changeAudit.getListGroupByTimes(changeInfo.cid, changeInfo.times);
-                    console.log(auditList);
                     let sort = 1;
                     for (const audit of auditList) {
                         if (audit.usite !== 0) {
@@ -155,7 +153,6 @@ module.exports = app => {
                         }
                     }
                 }
-                console.log(changeaudit);
                 await this.transaction.insert(this.ctx.service.changeAudit.tableName, changeaudit);
 
                 result = change;