From dc48a882670535a5e0bdd1ea867c305046ba0d1c Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Mon, 11 Sep 2023 16:37:21 +0800 Subject: [PATCH] fixed --- app/common/logic/contract/ContractLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/contract/ContractLogic.php b/app/common/logic/contract/ContractLogic.php index f365cc44e..b7f2014ea 100644 --- a/app/common/logic/contract/ContractLogic.php +++ b/app/common/logic/contract/ContractLogic.php @@ -189,7 +189,7 @@ class ContractLogic extends BaseLogic $signedContractUrl = ''; if($contract['status'] == 1){ if ($contract['contract_url'] == '') { - $res = app(JunziqianController::class)->download_file($contract['contract_no']); + $res = app(JunziqianController::class)->download_file($contract['contract_no'])->getData(); if ($res['code'] == 1) { $signedContractUrl = $res['data']['url']; }