From 7a1d7b26320e75285c5efae9a74489436a5062cd Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 3 Apr 2023 16:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=BE=E7=AB=A0=E5=9D=90?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/TestController.php | 8 ++++---- app/Services/OrderPrescriptionService.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/Controller/TestController.php b/app/Controller/TestController.php index 3dc0e9a..5d4f4b9 100644 --- a/app/Controller/TestController.php +++ b/app/Controller/TestController.php @@ -658,10 +658,10 @@ class TestController extends AbstractController $sign_param = [ [ // 医院签章 - "llx"=>"220", // 左边底部X坐标 - "lly"=>"125", // 左边底部Y坐标 - "urx"=>"175", // 右边上部x坐标 - "ury"=>"170", // 右边上部y坐标 + "llx"=>"370", // 左边底部X坐标 控制左右(越小越左) + "lly"=>"210", // 左边底部Y坐标 控制上下(越小越下) + "urx"=>"520", // 右边上部x坐标 + "ury"=>"360", // 右边上部y坐标 "pageList"=>[1], "sealImg"=>$sign_image ], diff --git a/app/Services/OrderPrescriptionService.php b/app/Services/OrderPrescriptionService.php index 5448a63..e212cdb 100644 --- a/app/Services/OrderPrescriptionService.php +++ b/app/Services/OrderPrescriptionService.php @@ -500,10 +500,10 @@ class OrderPrescriptionService extends BaseService $sign_param = [ [ // 医院签章 - "llx"=>"1550", // 左边底部X坐标 - "lly"=>"1350", // 左边底部Y坐标 - "urx"=>"2250", // 右边上部x坐标 - "ury"=>"650", // 右边上部y坐标 + "llx"=>"370", // 左边底部X坐标 控制左右(越小越左) + "lly"=>"210", // 左边底部Y坐标 控制上下(越小越下) + "urx"=>"520", // 右边上部x坐标 + "ury"=>"360", // 右边上部y坐标 "pageList"=>[1], "sealImg"=>$sign_image ],