|
|
@ -133,7 +133,7 @@ |
|
|
|
and t.qs_status = #{qszt} |
|
|
|
and t.qs_status = #{qszt} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<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} and t.inaccount_status = '1' |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test=" bzdh == ''"> |
|
|
|
<if test=" bzdh == ''"> |
|
|
|
and t.bzdh is not null and t.inaccount_status = '1' |
|
|
|
and t.bzdh is not null and t.inaccount_status = '1' |
|
|
|