Explorar el Código

在集合业务中,搜索术语,禁用的词不能被查询出来

kongwz hace 3 años
padre
commit
ec164bf0e0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mapper/KlConceptMapper.xml

+ 1 - 0
src/main/resources/mapper/KlConceptMapper.xml

@@ -804,6 +804,7 @@
         <if test="libType!=null">
             kc.lib_type = #{libType}
         </if>
+        AND kc.status = 1
         <if test="excludedConceptIds != null and excludedConceptIds.size > 0">
             AND kc.id not in
             <foreach item="id" collection="excludedConceptIds" open="(" separator="," close=")">