From 38ef929e6d2f7742d582da627ff1eb13289dd9f8 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 16 Dec 2024 15:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=BC=80=E7=A5=A8=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E9=A1=B9=E7=9B=AE=E5=87=8F=E5=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/validate/InvoiceHeadValidate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/validate/InvoiceHeadValidate.php b/app/validate/InvoiceHeadValidate.php index ea072b0..59c122a 100644 --- a/app/validate/InvoiceHeadValidate.php +++ b/app/validate/InvoiceHeadValidate.php @@ -37,9 +37,9 @@ class InvoiceHeadValidate extends Validate * 验证场景. */ protected $scene = [ - 'type0' => ['title','tax_number','address','telephone','bank_name','bank_account'], + 'type0' => ['title','tax_number','telephone'], 'type1' => ['title'], 'type' => ['type'] ]; -} \ No newline at end of file +}