[10501] PDOException in Connection.php line 385

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sale_num' in 'order clause'

  1. $this->PDOStatement->execute();
  2. // 调试结束
  3. $this->debug(false, '', $master);
  4. // 返回结果集
  5. return $this->getResult($pdo, $procedure);
  6. } catch (\PDOException $e) {
  7. if ($this->isBreak($e)) {
  8. return $this->close()->query($sql, $bind, $master, $pdo);
  9. }
  10. throw new PDOException($e, $this->config, $this->getLastsql());
  11. } catch (\Throwable $e) {
  12. if ($this->isBreak($e)) {
  13. return $this->close()->query($sql, $bind, $master, $pdo);
  14. }
  15. throw $e;
  16. } catch (\Exception $e) {
  17. if ($this->isBreak($e)) {
  18. return $this->close()->query($sql, $bind, $master, $pdo);
  19. }

Call Stack

  1. in Connection.php line 385
  2. at Connection->query('SELECT * FROM `sass_...', [], false, false) in Query.php line 255
  3. at Query->query('SELECT * FROM `sass_...', [], false, false) in Query.php line 2523
  4. at Query->select() in Query.php line 1485
  5. at Query->paginate(10) in GoodsList.php line 56
  6. at GoodsList->index('2', '', 'low', '')
  7. at ReflectionMethod->invokeArgs(object(GoodsList), ['2', '', 'low', ...]) in App.php line 343
  8. at App::invokeMethod([object(GoodsList), 'index'], []) in App.php line 611
  9. at App::module(['index', 'goods_list', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  10. at App::exec(['type' => 'module', 'module' => ['index', 'goods_list', 'index']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  11. at App::run() in start.php line 19
  12. at require('/www/wwwroot/qiniuni...') in index.php line 30

Exception Datas

PDO Error Info
SQLSTATE 42S22
Driver Error Code 1054
Driver Error Message Unknown column 'sale_num' in 'order clause'
Database Status
Error Code 10501
Error Message SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sale_num' in 'order clause'
Error SQL SELECT * FROM `sass_games` ORDER BY `sale_num` ASC LIMIT 0,10
Database Config
type mysql
hostname 127.0.0.1
database qiniuniu2023
hostport
dsn
params []
charset utf8
prefix
debug true
deploy 0
rw_separate false
master_num 1
slave_no
read_master false
fields_strict true
result_type 2
resultset_type array
auto_timestamp true
datetime_format Y-m-d H:i:s
sql_explain false
builder
query \think\db\Query
break_reconnect false

Environment Variables

GET Data

/index/goods_list/index/type/2
sale_num
low
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
SCRIPT_NAME
/index.php
REQUEST_URI
/index/goods_list/index/type/2?sale_num=low
QUERY_STRING
/index/goods_list/index/type/2&sale_num=low
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
/index/goods_list/index/type/2&sale_num=low
REDIRECT_URL
/index/goods_list/index/type/2
REMOTE_PORT
52826
SCRIPT_FILENAME
/www/wwwroot/qiniuniuv2018/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/qiniuniuv2018/public
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/www/wwwroot/qiniuniuv2018/public
REMOTE_ADDR
18.206.185.68
SERVER_PORT
80
SERVER_ADDR
172.17.0.12
SERVER_NAME
www.qiniuniu.com
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at www.qiniuniu.com Port 80</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST
www.qiniuniu.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711705697.6592
REQUEST_TIME
1711705697
PATH_INFO
/index/goods_list/index/type/2
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/www/wwwroot/qiniuniuv2018/public/../public/
APP_PATH
/www/wwwroot/qiniuniuv2018/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711705697.6594
THINK_START_MEM
396496
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/qiniuniuv2018/thinkphp/
LIB_PATH
/www/wwwroot/qiniuniuv2018/thinkphp/library/
CORE_PATH
/www/wwwroot/qiniuniuv2018/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/qiniuniuv2018/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/qiniuniuv2018/
EXTEND_PATH
/www/wwwroot/qiniuniuv2018/extend/
VENDOR_PATH
/www/wwwroot/qiniuniuv2018/vendor/
RUNTIME_PATH
/www/wwwroot/qiniuniuv2018/runtime/
LOG_PATH
/www/wwwroot/qiniuniuv2018/runtime/log/
CACHE_PATH
/www/wwwroot/qiniuniuv2018/runtime/cache/
TEMP_PATH
/www/wwwroot/qiniuniuv2018/runtime/temp/
CONF_PATH
/www/wwwroot/qiniuniuv2018/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
QINIU_FUNCTIONS_VERSION
7.7.0