|
@@ -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)
|