MaiXinRong 5 месяцев назад
Родитель
Сommit
a43e1fb825
1 измененных файлов с 1 добавлено и 1 удалено
  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 });