欢迎来到润旭源码网
帮助中心

润旭源码网

热门搜索: 企业源码    免费源码   

织梦会员中心个人空间文档分页条0数据的解决方法

  • 时间:2020-07-07 10:19 编辑: 来源: 阅读:211
  • 扫一扫,手机访问
摘要:织梦会员中心个人空间文档明明有很多数据的可分页条上一直显示0数据的解决方法 打开 /include/arc.memberlistview.class.php 找到 $countQuery = preg_replace("/select[ ](.*)[ ]from/i","Select count(*) as dd From",$this->sour

织梦会员中心个人空间文档明明有很多数据的可分页条上一直显示0数据的解决方法

 

打开 /include/arc.memberlistview.class.php 找到

 

$countQuery = preg_replace("/select[ ](.*)[ ]from/i","Select count(*) as dd From",$this->sourceSql);

 

改成

 

$countQuery = preg_replace("/SELECT(.*)FROM/isU",'SELECT count(*) as dd FROM',$this->sourceSql);

 


  • 全部评论(0)
资讯详情页最新发布上方横幅
联系我们

QQ:888477 {点击直接联系}

邮箱:runxu123@qq.com

时间:周1——周6 【9:00-23:00

联系客服
购买源码 源码咨询 投诉建议 联系客服
0373-6621888
手机版

扫一扫进手机版
返回顶部