@@ -218,5 +218,6 @@
<if test="accountId!=null">
and t1.account_id = #{accountId}
</if>
+ and t1.status = 42
</select>
</mapper>