URL查询添加N标记,否则查不到特殊字符的链接

hotfix/远程访问多媒体中心
尹诚诚 7 years ago
parent 29ccfe7112
commit 5fce035b8f

@ -21,7 +21,7 @@ class PageSpeedData_model extends CI_Model {
public function detail($psd_URL, $psd_SiteCode) { public function detail($psd_URL, $psd_SiteCode) {
$this->init(); $this->init();
$this->topnum = 1; $this->topnum = 1;
$this->where = ' AND psd.psd_URL=' . $this->INFO->escape($psd_URL); $this->where = ' AND psd.psd_URL=N' . $this->INFO->escape($psd_URL);
$this->where .= ' AND psd.psd_SiteCode=' . $this->INFO->escape($psd_SiteCode); $this->where .= ' AND psd.psd_SiteCode=' . $this->INFO->escape($psd_SiteCode);
return $this->get_list(); return $this->get_list();
} }

Loading…
Cancel
Save