@@ -207,6 +207,7 @@
on t1.project_id = t2.id
where t1.account_id = #{accountId}
and t1.account_status = 0
+ limit 1
</select>