|
@@ -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 });
|