@@ -14,6 +14,6 @@
on t1.account_id = t2.account_id
where t2.account_status = 0
and t2.project_id = #{projectId}
- group by account_id
+ group by t1.account_id
</select>
</mapper>