MaiXinRong 5 月之前
父節點
當前提交
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 });