We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第422行,循环的变量和使用的变量没有统一,我查了一下https://github.com/rails/rails上的内容,应该统一用invoices。 还有一个小小的建议,能不能像https://github.com/rails/rails这个一样,每个人都可以提merge request。
Invoice.pending.find_in_batches do | invoices| pending_invoices_export.add_invoices(invoices) end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第422行,循环的变量和使用的变量没有统一,我查了一下https://github.com/rails/rails上的内容,应该统一用invoices。
还有一个小小的建议,能不能像https://github.com/rails/rails这个一样,每个人都可以提merge request。
Invoice.pending.find_in_batches do | invoices|
pending_invoices_export.add_invoices(invoices)
end
The text was updated successfully, but these errors were encountered: