浏览代码

一期ICSS后台模板维护获取标签池过滤文字标签

wangyu 6 年之前
父节点
当前提交
0913c083ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      icssman-service/src/main/resources/mapper/QuestionInfoMapper.xml

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

@@ -136,7 +136,7 @@
         `icss_question_info` a
         `icss_question_info` a
         WHERE
         WHERE
         a.is_deleted = 'N'
         a.is_deleted = 'N'
-        AND a.type = #{type}
+        AND a.type = #{type} AND a.tag_type != 8
         <if test="moduleId != null and moduleId != ''">
         <if test="moduleId != null and moduleId != ''">
             AND a.id NOT IN (
             AND a.id NOT IN (
             SELECT
             SELECT