|
|
@ -110,7 +110,7 @@ |
|
|
|
and t.suspend_status = '1' |
|
|
|
and t.suspend_status = '1' |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="suspendStatus != null and suspendStatus != '' and suspendStatus != 'null' and suspendStatus != '99' and suspendStatus == '0'.toString()"> |
|
|
|
<if test="suspendStatus != null and suspendStatus != '' and suspendStatus != 'null' and suspendStatus != '99' and suspendStatus == '0'.toString()"> |
|
|
|
and t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0' |
|
|
|
and (t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="suspendDate != null and suspendDate != '' and suspendDate != 'null' "> |
|
|
|
<if test="suspendDate != null and suspendDate != '' and suspendDate != 'null' "> |
|
|
|
and t.suspend_date = #{suspendDate} |
|
|
|
and t.suspend_date = #{suspendDate} |
|
|
@ -426,7 +426,7 @@ |
|
|
|
and t.suspend_status = '1' |
|
|
|
and t.suspend_status = '1' |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="suspendStatus != null and suspendStatus != '' and suspendStatus != 'null' and suspendStatus != '99' and suspendStatus == '0'.toString()"> |
|
|
|
<if test="suspendStatus != null and suspendStatus != '' and suspendStatus != 'null' and suspendStatus != '99' and suspendStatus == '0'.toString()"> |
|
|
|
and t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0' |
|
|
|
and (t.suspend_status = '' or t.suspend_status is null or t.suspend_status = '0') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="suspendDate != null and suspendDate != '' and suspendDate != 'null' "> |
|
|
|
<if test="suspendDate != null and suspendDate != '' and suspendDate != 'null' "> |
|
|
|
and t.suspend_date = #{suspendDate} |
|
|
|
and t.suspend_date = #{suspendDate} |
|
|
|