|
|
@ -624,6 +624,9 @@ |
|
|
|
<if test="bzdh != null and bzdh != '' and bzdh != 'null' and bzdh != '99'"> |
|
|
|
<if test="bzdh != null and bzdh != '' and bzdh != 'null' and bzdh != '99'"> |
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
and t.bzdh = #{bzdh} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="bzdh == null or bzdh == '' or bzdh == 'null' or bzdh == '99'"> |
|
|
|
|
|
|
|
and t.bzdh is not null and t.inaccount_status = '1' |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test="bzr != null and bzr != '' and bzr != 'null'"> |
|
|
|
<if test="bzr != null and bzr != '' and bzr != 'null'"> |
|
|
|
and t.bzr like concat('%',#{bzr},'%') |
|
|
|
and t.bzr like concat('%',#{bzr},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|