SELECT t1.*, t2.name as company_name from biz_financial_keep_account_detail t1 left join biz_company t2 on t2.id = t1.company_id WHERE t1.deleted = 0 AND t1.id = #{id} AND t1.financial_keep_account_id = ${financialKeepAccountId} AND t1.year = #{year} AND t1.month = #{month} AND t1.financial_keep_account_id in #{item,jdbcType=BIGINT}