|
@@ -250,7 +250,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- and b.zbi_id NOT IN (${paramMap.billIdList})-->
|
|
<!-- and b.zbi_id NOT IN (${paramMap.billIdList})-->
|
|
|
<!-- </if>-->
|
|
<!-- </if>-->
|
|
|
<if test="paramMap.idList != null and paramMap.idList != ''">
|
|
<if test="paramMap.idList != null and paramMap.idList != ''">
|
|
|
- and b.zbi_id IN (${paramMap.idList}) or b.zbi_id NOT IN (${paramMap.billIdList})
|
|
|
|
|
|
|
+ and (b.zbi_id IN (${paramMap.idList}) or b.zbi_id NOT IN (${paramMap.billIdList}))
|
|
|
</if>
|
|
</if>
|
|
|
<if test="paramMap.idList == null and paramMap.idList == ''">
|
|
<if test="paramMap.idList == null and paramMap.idList == ''">
|
|
|
<if test="paramMap.billIdList != null and paramMap.billIdList != ''">
|
|
<if test="paramMap.billIdList != null and paramMap.billIdList != ''">
|
|
@@ -300,7 +300,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- and b.zbi_id NOT IN (${paramMap.billIdList})-->
|
|
<!-- and b.zbi_id NOT IN (${paramMap.billIdList})-->
|
|
|
<!-- </if>-->
|
|
<!-- </if>-->
|
|
|
<if test="paramMap.idList != null and paramMap.idList != ''">
|
|
<if test="paramMap.idList != null and paramMap.idList != ''">
|
|
|
- and b.zbi_id IN (${paramMap.idList}) or b.zbi_id NOT IN (${paramMap.billIdList})
|
|
|
|
|
|
|
+ and (b.zbi_id IN (${paramMap.idList}) or b.zbi_id NOT IN (${paramMap.billIdList}))
|
|
|
</if>
|
|
</if>
|
|
|
<if test="paramMap.idList == null or paramMap.idList == ''">
|
|
<if test="paramMap.idList == null or paramMap.idList == ''">
|
|
|
<if test="paramMap.billIdList != null and paramMap.billIdList != ''">
|
|
<if test="paramMap.billIdList != null and paramMap.billIdList != ''">
|