소스 검색

静态知识维护增加启用禁用标志

zhaops 4 년 전
부모
커밋
22a34fa1ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cdssman-service/src/main/resources/mapper/ConceptInfoMapper.xml

+ 1 - 1
cdssman-service/src/main/resources/mapper/ConceptInfoMapper.xml

@@ -47,7 +47,7 @@
         a.id = b.concept_id
         and a.is_deleted = 'N'
         and b.is_deleted = 'N'
-        <if test="conceptInfoPageVO.status!=null and conceptInfoPageVO.status!=''">
+        <if test="conceptInfoPageVO.status!=null">
             AND a.status = #{conceptInfoPageVO.status}
         </if>
         <if test="conceptInfoPageVO.name!=null and conceptInfoPageVO.name!=''">