ezhizao_zx hace 1 año
padre
commit
909ad69509
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mybatis/business/BizArchiveInputMapper.xml

+ 1 - 0
src/main/resources/mybatis/business/BizArchiveInputMapper.xml

@@ -24,6 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         left join biz_source t4 on t4.id = t1.source_category_id
         <trim prefix=" WHERE" suffix="" suffixOverrides="AND">
             t1.deleted = 0
+            AND t1.status !=4
             <if test="fromId != null">AND t1.from_id = #{fromId}</if>
             <if test="id != null  and id != ''"> AND t1.id = #{id}</if>
             <if test="companyName != null  and companyName != ''"> AND t2.name like concat("%", #{companyName}, "%")</if>