|
|
|
@ -421,9 +421,9 @@ |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="bzdh != null and bzdh != '' and bzdh != 'null'"> |
|
|
|
|
and p.bzdh = #{bzdh} |
|
|
|
|
</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} |
|
|
|
|