MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
340cb543a0
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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) {
             try {
-                await this.ctx.service.tender.checkTender(tid);
-
-                await this._generateImportChange(tid);
+                await this._generateImportChange(sid);
                 return this.importChange.bills;
             } catch (err) {
                 return [];