ActiveRecord::RecordNotFound in PublicController#product

Couldn't find Product with 'id'=93 [WHERE `products`.`del_mark` = 0 AND `products`.`open_mark` = 1]

Extracted source (around line #142):
140
141
142
143
144
145
              
def product
@Product = Product.includes(:category).mark.open.find(params[:id])
@ProductImages = ProductImage.mark.where(:product_id => @Product)
@Inventorys = Inventory.mark.where(:product_id => @Product)

Rails.root: /home/chang/www/xpro

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"93"}

Response

Headers:

None