:(

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 `is_on` = 1 LIMIT 1' at line 1 [ SQL语句 ] : SELECT COUNT(*) AS tp_count FROM `yj_goods` WHERE `category_id` IN () AND `is_on` = 1 LIMIT 1

错误位置

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

TRACE

#0 /data/wwwroot/default/ThinkPHP/Library/Think/Db/Driver.class.php(350): E('1064:You have a...')
#1 /data/wwwroot/default/ThinkPHP/Library/Think/Db/Driver.class.php(180): Think\Db\Driver->error()
#2 /data/wwwroot/default/ThinkPHP/Library/Think/Db/Driver.class.php(946): Think\Db\Driver->query('SELECT COUNT(*)...', false)
#3 /data/wwwroot/default/ThinkPHP/Library/Think/Model.class.php(970): Think\Db\Driver->select(Array)
#4 /data/wwwroot/default/ThinkPHP/Library/Think/Model.class.php(227): Think\Model->getField('COUNT(*) AS tp_...')
#5 /data/wwwroot/default/Application/Home/Controller/CategoryController.class.php(37): Think\Model->__call('count', Array)
#6 /data/wwwroot/default/Application/Home/Controller/CategoryController.class.php(37): Think\Model->count()
#7 [internal function]: Home\Controller\CategoryController->index()
#8 /data/wwwroot/default/ThinkPHP/Library/Think/App.class.php(173): ReflectionMethod->invoke(Object(Home\Controller\CategoryController))
#9 /data/wwwroot/default/ThinkPHP/Library/Think/App.class.php(110): Think\App::invokeAction(Object(Home\Controller\CategoryController), 'index')
#10 /data/wwwroot/default/ThinkPHP/Library/Think/App.class.php(204): Think\App::exec()
#11 /data/wwwroot/default/ThinkPHP/Library/Think/Think.class.php(120): Think\App::run()
#12 /data/wwwroot/default/ThinkPHP/ThinkPHP.php(97): Think\Think::start()
#13 /data/wwwroot/default/index.php(68): require('/data/wwwroot/d...')
#14 {main}