From 3ee7a420d8d18374864df6db0fc37a2dab3c82cd Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Fri, 21 Nov 2025 23:12:13 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E6=A1=A3=E5=8F=A3=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E5=8E=BB=E6=8E=89=E6=B3=95=E4=BA=BA=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/xkt/vo/storeCertificate/StoreCertCreateVO.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/xkt/vo/storeCertificate/StoreCertCreateVO.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/xkt/vo/storeCertificate/StoreCertCreateVO.java index 1fe6f341e..ed16e1048 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/xkt/vo/storeCertificate/StoreCertCreateVO.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/xkt/vo/storeCertificate/StoreCertCreateVO.java @@ -111,8 +111,7 @@ public class StoreCertCreateVO { private String registerOrg; @ApiModelProperty(value = "登记状态", required = true) private Integer registerStatus; - @ApiModelProperty(value = "法定代表人/负责人名称", required = true) - @NotBlank(message = "法定代表人/负责人名称不能为空") + @ApiModelProperty(value = "法定代表人/负责人名称") @Size(min = 0, max = 30, message = "法定代表人/负责人名称长度必须在1到30个字之间") private String legalName; @ApiModelProperty(value = "注册资本(万)")