:(

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'product' in 'where clause'

错误位置

FILE: /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/Db/Driver.class.php  LINE: 169

TRACE

#0 /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/Db/Driver.class.php(169): PDOStatement->execute()
#1 /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/Db/Driver.class.php(935): Think\Db\Driver->query('SELECT * FROM `...', false)
#2 /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/Model.class.php(759): Think\Db\Driver->select(Array)
#3 /data/home/bxu2404530495/htdocs/Apps/Home/Controller/NewsController.class.php(148): Think\Model->find()
#4 [internal function]: Home\Controller\NewsController->detail()
#5 /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/App.class.php(165): ReflectionMethod->invoke(Object(Home\Controller\NewsController))
#6 /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/App.class.php(203): Think\App::exec()
#7 /data/home/bxu2404530495/htdocs/ThinkPHP/Library/Think/Think.class.php(120): Think\App::run()
#8 /data/home/bxu2404530495/htdocs/ThinkPHP/ThinkPHP.php(108): Think\Think::start()
#9 /data/home/bxu2404530495/htdocs/index.php(20): require('/data/home/bxu2...')
#10 {main}