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 ],