From 3a531ae3ecd7de10ad13cb12eab89c9c1f0902b5 Mon Sep 17 00:00:00 2001 From: Liyanjun Date: Mon, 3 Jul 2023 21:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0=20=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=B1=BB=E5=9E=8Bid=20=E6=A0=A1=E9=AA=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kernel/config/modular/pojo/param/SysConfigTypeParam.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-d-config/config-business/src/main/java/cn/stylefeng/roses/kernel/config/modular/pojo/param/SysConfigTypeParam.java b/kernel-d-config/config-business/src/main/java/cn/stylefeng/roses/kernel/config/modular/pojo/param/SysConfigTypeParam.java index 251f3454d..f922cdb62 100644 --- a/kernel-d-config/config-business/src/main/java/cn/stylefeng/roses/kernel/config/modular/pojo/param/SysConfigTypeParam.java +++ b/kernel-d-config/config-business/src/main/java/cn/stylefeng/roses/kernel/config/modular/pojo/param/SysConfigTypeParam.java @@ -47,7 +47,7 @@ public class SysConfigTypeParam extends BaseRequest { /** * 配置类型id */ - @NotBlank(message = "配置类型id不能为空", groups = {edit.class, delete.class, detail.class}) + @NotNull(message = "配置类型id不能为空", groups = {edit.class, delete.class, detail.class}) @ChineseDescription("配置类型id") private Long configTypeId;