|
@@ -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}
|