@@ -37,7 +37,5 @@
LEFT JOIN bytesailing_sale.contract c ON arfd.contract_id = c.id
WHERE
arfd.account_request_funds_id = #{accountRequestFundsId}
- GROUP BY
- arfd.id
</select>
</mapper>