he2802 hace 1 año
padre
commit
be5c431d23

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/covenant/BsCovenantMapper.xml

@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         and bc.jia_company_name=#{searchKey} or bc.covenant_num=#{searchKey} or bc.sale_id=#{searchKey} or bc.sale_name=#{searchKey} or bc.sale_num=#{searchKey}
     </if>
     <if test="listType == 2">
-        and bc.stop_status!=0 and bc.stop_status!=2
+        and bc.stop_status!=0 
     </if>
     <if test="listType ==3">
         and bc.status!=3 and bc.status!=5 and bc.status!=6 and bc.status!=7
@@ -102,7 +102,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         and bc.stop_status!=0  and bc.stop_status!=4 and bc.stop_status!=5
     </if>
     <if test="listType ==5">
-        and bc.upload_status!=6 and bc.status=2
+        and  bc.status in (2,5,6,7)
     </if>
     <if test="userId != null and userId != ''">
         and bc.user_id=#{userId}