<iftest="qszt != null and qszt != '' and qszt != 'null' ">
and t.qs_status = #{qszt}
</if>
<iftest="rzzt == '0'.toString()">
and t.auth_status = #{rzzt}
</if>
<iftest="rzzt == '1'.toString()">
and (t.auth_status = '2' or t.auth_status = '3')
</if>
<iftest="rzzt == '2'.toString()">
and t.auth_status = '5'
</if>
<iftest="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' and inAccountStatus == '1'.toString()">
and t.inaccount_status = #{inAccountStatus}
@ -442,6 +451,16 @@
<iftest="qszt != null and qszt != '' and qszt != 'null' ">
and t.qs_status = #{qszt}
</if>
<iftest="rzzt == '0'.toString()">
and t.auth_status = #{rzzt}
</if>
<iftest="rzzt == '1'.toString()">
and (t.auth_status = '2' or t.auth_status = '3')
</if>
<iftest="rzzt == '2'.toString()">
and t.auth_status = '5'
</if>
<iftest="suspendStatus != null and suspendStatus != '' and suspendStatus != 'null' and suspendStatus != '99' and suspendStatus == '1'.toString()">