景点列表测试

hotfix/paypal-note
赵鹏 4 years ago
parent 64356b25e2
commit 3e401869fe

@ -314,6 +314,10 @@ class Api_model extends CI_Model {
order by sortby
";
echo ("url:".$url."/%".",pid:".$new_pid."<br/>");
echo ("sql:".$sql);
die();
$qurey = $this->InfoCT->query($sql,array($url."/%",$new_pid));
return $qurey->result();
}

Loading…
Cancel
Save