MaiXinRong před 5 měsíci
rodič
revize
a43e1fb825
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/service/report_memory.js

+ 1 - 1
app/service/report_memory.js

@@ -1718,7 +1718,7 @@ module.exports = app => {
             return await this._getContractTree({ tid, contract_type });
         }
         async getContract(tid, contract_type) {
-            return await this.getContract({ tid, contract_type });
+            return await this._getContract({ tid, contract_type });
         }
         async getContractPay(tid, contract_type) {
             return await this._getContractPay({ tid, contract_type });