zxhxx 3 years ago
parent
commit
4bbb633ffa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/common/model/project/ProjectDonationOrder.php

+ 0 - 1
application/common/model/project/ProjectDonationOrder.php

@@ -154,7 +154,6 @@ class ProjectDonationOrder extends BaseModel
         if (isset($where['uid']) && $where['uid']>0) $xwhere['uid'] = $where['uid'];
         if (isset($where['cid']) && $where['cid']>0) $xwhere['cid'] = $where['cid'];
         if (isset($where['project_id']) && $where['project_id']>0) $xwhere['project_id'] = $where['project_id'];
-        var_dump($xwhere);
         $count = $model->where($xwhere)->count();
         $list = $model->where($xwhere)->page($where['page'],$where['limit'])->order('id desc')->select();
         foreach ($list as &$v)