rubu on rails(实际操作)
Posted 大郎,起来喝药了
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rubu on rails(实际操作)相关的知识,希望对你有一定的参考价值。
1、数据库查询使用
select(:id) 【只取当前一个字段】
pluck(:id) 【当key】
uniq 【去重】
invoice_ids = SalesPayment.where(location_id: params[:location_id]).select(:id).pluck(:id).uniq
以上是关于rubu on rails(实际操作)的主要内容,如果未能解决你的问题,请参考以下文章
Ruby on Rails 使用 API 从亚马逊购买商品?
Ruby on Rails:将字符串数组传递给highchart函数