|
|
|
@ -318,13 +318,12 @@ |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="bzdh != null and bzdh != '' and bzdh != 'null'"> |
|
|
|
|
and p.bzdh = #{bzdh} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'"> |
|
|
|
|
and p.inaccount_status = #{inAccountStatus} |
|
|
|
|
</if> |
|
|
|
|
<!-- <if test="bzdh != null and bzdh != '' and bzdh != 'null'">--> |
|
|
|
|
<!-- and p.bzdh = #{bzdh}--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<!-- <if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null'">--> |
|
|
|
|
<!-- and p.inaccount_status = #{inAccountStatus}--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.gfsh!=null and queryParams.gfsh!=''"> |
|
|
|
|
and p.gf_tax_no = #{queryParams.gfsh} |
|
|
|
|