zxhxx 3 년 전
부모
커밋
836814ed9f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/common/model/project/ProjectDonationOrder.php

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

@@ -154,6 +154,7 @@ 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)