Преглед изворни кода

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

zhaops пре 4 година
родитељ
комит
b65f101363
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mapper/ConceptInfoMapper.xml

+ 1 - 1
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!=''">