@@ -18,6 +18,4 @@ public class QuestionUsualVO {
private Long deptId;
@NotNull(message = "请输入症状id")
private List<Long> questionId;
- @NotNull(message = "请输入标签类型")
- private Integer type;
}
@@ -105,7 +105,7 @@
WHERE
a.is_deleted = 'N'
AND a.sub_type = '0'
- AND a.type = #{type}
+ AND a.type = #{type} and a.tag_type != 8
<if test="deptId != null and deptId != ''">
AND a.id NOT IN (
SELECT