From b7a90ebeb4647bcd27f706b864bd03f7aea08c62 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 6 May 2025 10:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/gather/script/mapper/mapping/PqScriptMapper.xml | 1 + .../main/java/com/njcn/gather/type/pojo/param/DevTypeParam.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/src/main/java/com/njcn/gather/script/mapper/mapping/PqScriptMapper.xml b/detection/src/main/java/com/njcn/gather/script/mapper/mapping/PqScriptMapper.xml index 1003935c..de3f0a58 100644 --- a/detection/src/main/java/com/njcn/gather/script/mapper/mapping/PqScriptMapper.xml +++ b/detection/src/main/java/com/njcn/gather/script/mapper/mapping/PqScriptMapper.xml @@ -22,6 +22,7 @@ + AND State=1 diff --git a/detection/src/main/java/com/njcn/gather/type/pojo/param/DevTypeParam.java b/detection/src/main/java/com/njcn/gather/type/pojo/param/DevTypeParam.java index 2ad40e2b..1e918b3c 100644 --- a/detection/src/main/java/com/njcn/gather/type/pojo/param/DevTypeParam.java +++ b/detection/src/main/java/com/njcn/gather/type/pojo/param/DevTypeParam.java @@ -45,7 +45,6 @@ public class DevTypeParam { private Integer devChns; @ApiModelProperty(value = "报告模板") - @NotBlank(message = DetectionValidMessage.REPORT_NAME_NOT_BLANK) private String reportName; /**