该行文如下:
product_properties.includes(:property).where("properties.name = Label Description ").first
It exists in a "Product" model, which has_many :product_properties. The SQL is generating, but throwing a MySQL error because it is trying to SELECT a blank column:
SELECT `product_properties`.`` AS t0_r0, `product_properties`.`id` AS t0_r1, ...
我怎么能打断造成塞选塔一只空白的row子是什么?