MaiXinRong hai 5 meses
pai
achega
a43e1fb825
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 });