:(

1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and c.status = 1 and c.id != 188 ) ORDER BY c.ord desc,c.id asc LIMIT 0,5' at line 1 [ SQL语句 ] : SELECT c.*,cate.name as cate,com.company_name FROM mid_case c left join mid_category cate on (c.cate_id = cate.id) left join mid_company com on (c.company_id = com.id) WHERE ( c.cate_id = and c.status = 1 and c.id != 188 ) ORDER BY c.ord desc,c.id asc LIMIT 0,5

错误位置

FILE: /data/wwwroot/midWww/ThinkPHP/Library/Think/Db/Driver.class.php  LINE: 350

TRACE

#0 /data/wwwroot/midWww/ThinkPHP/Library/Think/Db/Driver.class.php(350): E('1064:You have a...')
#1 /data/wwwroot/midWww/ThinkPHP/Library/Think/Db/Driver.class.php(180): Think\Db\Driver->error()
#2 /data/wwwroot/midWww/ThinkPHP/Library/Think/Db/Driver.class.php(946): Think\Db\Driver->query('SELECT c.*,cate...', false)
#3 /data/wwwroot/midWww/ThinkPHP/Library/Think/Model.class.php(579): Think\Db\Driver->select(Array)
#4 /data/wwwroot/midWww/Application/Admin/Controller/CaseController.class.php(77): Think\Model->select()
#5 [internal function]: Admin\Controller\CaseController->detail()
#6 /data/wwwroot/midWww/ThinkPHP/Library/Think/App.class.php(173): ReflectionMethod->invoke(Object(Admin\Controller\CaseController))
#7 /data/wwwroot/midWww/ThinkPHP/Library/Think/App.class.php(110): Think\App::invokeAction(Object(Admin\Controller\CaseController), 'detail')
#8 /data/wwwroot/midWww/ThinkPHP/Library/Think/App.class.php(204): Think\App::exec()
#9 /data/wwwroot/midWww/ThinkPHP/Library/Think/Think.class.php(120): Think\App::run()
#10 /data/wwwroot/midWww/ThinkPHP/ThinkPHP.php(97): Think\Think::start()
#11 /data/wwwroot/midWww/index.php(26): require('/data/wwwroot/m...')
#12 {main}