Browse Source

一期ICSS后台常用标签维护添加

wangyu 6 years ago
parent
commit
d1fb8e79b0

+ 0 - 2
icssman-service/src/main/java/com/diagbot/vo/QuestionUsualVO.java

@@ -18,6 +18,4 @@ public class QuestionUsualVO {
     private Long deptId;
     @NotNull(message = "请输入症状id")
     private List<Long> questionId;
-    @NotNull(message = "请输入标签类型")
-    private Integer type;
 }

+ 1 - 1
icssman-service/src/main/resources/mapper/QuestionInfoMapper.xml

@@ -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