|
@@ -55,6 +55,7 @@ class Buy extends Base
|
|
$where['cate_id'] = $this->cate;
|
|
$where['cate_id'] = $this->cate;
|
|
$where['create_uid'] = $this->user['id'];
|
|
$where['create_uid'] = $this->user['id'];
|
|
|
|
|
|
|
|
+ $where['type'] = 4;
|
|
$data = Dever::db('code/info')->getAll($where);
|
|
$data = Dever::db('code/info')->getAll($where);
|
|
|
|
|
|
if ($data) {
|
|
if ($data) {
|