@@ -58,7 +58,7 @@ | |||
<if test="query.username != null and query.username != ''"> | |||
and u.username LIKE concat('%',#{query.username},'%') | |||
</if> | |||
<if test="query.username != null"> | |||
<if test="query.status != null"> | |||
and t.status =#{query.status} | |||
</if> | |||
ORDER BY t.create_time desc |