5.0.0 - 普通 - 已处理
5.0.9版本
thinkphp\library\think\db\Query.php
public function column($field, $key = '')
public function value($field, $default = null, $force = false)
if (empty($options['fetch_sql']) && !empty($this->options['cache'])) {
empty($options['fetch_sql']) 判断有问题