全国热线 Service Center : 13738094486
13738094486
产品中心
关于创象
浙江创象新型材料有限公司——国内领先的建筑材料生产商
宗旨 / 创新、服务、共赢
愿景 / 品质铸口碑,服务铸未来
企业视频
联系我们
浙江创象新型材料有限公司
联系人 :姜经理
手机/微信 :13738094486
电话 :0571-86221809
传真 :0571-86221556
QQ :1842738258
地址 :浙江 • 杭州余杭区龙潭路7号未来研创园A幢2层210室
Zhejiang chuangxiang building materials Co., Ltd
Oversea:Jiang Xixi      
Mobile/Whatsapp :+86 137 3809 4486
Landline:0571-86221809
Fax number:0571-86221556
Email:1842738258@qq.com
Add:Room 311, floor 3, building a, Yuhang future science and Technology Park, Hangzhou, China
拨打电话
微信
在线咨询
在线留言

[0] Exception in Query.php line 93

method not exist:think\db\Query->orderRaw

  1. $field = Loader::parseName(substr($method, 5));
  2. $where[$field] = $args[0];
  3. return $this->where($where)->find();
  4. } elseif (strtolower(substr($method, 0, 10)) == 'getfieldby') {
  5. // 根据某个字段获取记录的某个值
  6. $name = Loader::parseName(substr($method, 10));
  7. $where[$name] = $args[0];
  8. return $this->where($where)->value($args[1]);
  9. } else {
  10. throw new Exception('method not exist:' . __CLASS__ . '->' . $method);
  11. }
  12. }
  13. /**
  14. * 获取当前的数据库Connection对象
  15. * @access public
  16. * @return Connection
  17. */
  18. public function getConnection()