소스 검색

Merge remote-tracking branch 'origin/dev/icss' into dev/icss

gaodm 6 년 전
부모
커밋
7e155c24a6
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
         WHERE
         a.is_deleted = 'N'
-        AND a.type = #{type}
+        AND a.type = #{type} AND a.tag_type != 8
         <if test="moduleId != null and moduleId != ''">
             AND a.id NOT IN (
             SELECT