From 5bea7291cee2db27ee9d7fa2bec9f74bf243f363 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 1 Aug 2024 16:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=BC=80=E7=A5=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BC=98=E5=8C=96=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/validate/InvoiceHeadValidate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/validate/InvoiceHeadValidate.php b/app/validate/InvoiceHeadValidate.php index 3c85f81..d7132d1 100644 --- a/app/validate/InvoiceHeadValidate.php +++ b/app/validate/InvoiceHeadValidate.php @@ -14,7 +14,7 @@ class InvoiceHeadValidate extends Validate protected $rule = [ 'type|抬头类型' => 'require|in:0,1', 'title|抬头名称' => 'require', - 'tax_number|税号' => 'require|alphaNum|length:18', + 'tax_number|税号' => 'require|alphaNum|length:18', 'address|地址' => 'require', 'telephone|电话' => 'require|alphaDash', 'bank_name|开户行' => 'require',