修改接口缓存返回的数据

hotfix/远程访问多媒体中心
cyc 8 years ago
parent 95a25fbce5
commit d2cf469300

@ -406,6 +406,8 @@ class search extends CI_Controller{
if(isset($price)){
if($price > 0){
return '有';
}else{
return '';
}
}
return '';

Loading…
Cancel
Save