keke_exception[ 1054 ]: Unknown column 'case_id' in 'order clause' [ select count(*) as count from keke_witkey_shop_case where shop_id=7915 order by case_id desc ]

E:\kechuangwang\kechuangwang\lib\db\mysql_driver.php[ 187 ]

182 	}
183 	public function getErrno() {
184 		return ($this->_link) ? mysql_errno ( $this->_link ) : mysql_errno ();
185 	}
186 	public function halt($message = '', $sql = '') {
187 		throw new keke_exception ( ':error [ :query ]', array ('msg'=>$message,':error' => mysql_error ( $this->_link ), ':query' => $sql ), mysql_errno ( $this->_link ) );
188 		exit ();
189 	}
190 	public function special_filed(&$value) {
191 		if ('*' == $value || false !== strpos ( $value, '(' ) || false !== strpos ( $value, '.' ) || false !== strpos ( $value, '`' )) {
192 		} else {
  1. E:\kechuangwang\kechuangwang\index.php [ 79 ] » require ( arguments )

  2. E:\kechuangwang\kechuangwang\control\seller.php [ 113 ] » require ( arguments )

  3. E:\kechuangwang\kechuangwang\control\seller\case.php [ 11 ] » keke_table_class->get_grid ( arguments )

  4. E:\kechuangwang\kechuangwang\lib\inc\keke_table_class.php [ 39 ] » Keke_witkey_shop_case_class->count_keke_witkey_shop_case ( )

  5. E:\kechuangwang\kechuangwang\lib\table\Keke_witkey_shop_case_class.php [ 302 ] » keke_db->getCount ( arguments )

  6. E:\kechuangwang\kechuangwang\lib\db\db_factory.php [ 75 ] » mysql_drver->getCount ( arguments )

  7. E:\kechuangwang\kechuangwang\lib\db\mysql_driver.php [ 42 ] » mysql_drver->execute_sql ( arguments )

  8. E:\kechuangwang\kechuangwang\lib\db\mysql_driver.php [ 153 ] » mysql_drver->halt ( arguments )

Environment