MaiXinRong 2 years ago
parent
commit
340cb543a0
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/service/report_memory.js

+ 1 - 3
app/service/report_memory.js

@@ -1011,9 +1011,7 @@ module.exports = app => {
 
 
         async getImportChangeBillsData(tid, sid, fields) {
         async getImportChangeBillsData(tid, sid, fields) {
             try {
             try {
-                await this.ctx.service.tender.checkTender(tid);
-
-                await this._generateImportChange(tid);
+                await this._generateImportChange(sid);
                 return this.importChange.bills;
                 return this.importChange.bills;
             } catch (err) {
             } catch (err) {
                 return [];
                 return [];