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; /**