|
@@ -56,7 +56,7 @@ class ItemController extends BaseController
|
|
|
unset($where['status']);
|
|
unset($where['status']);
|
|
|
$where['removeStatus'] = 1;
|
|
$where['removeStatus'] = 1;
|
|
|
} elseif ($requestType == 'cg') {
|
|
} elseif ($requestType == 'cg') {
|
|
|
- $where['delStatus'] = 1;
|
|
|
|
|
|
|
+ $where['delStatus'] = 0;
|
|
|
unset($where['status']);
|
|
unset($where['status']);
|
|
|
} else {
|
|
} else {
|
|
|
util::fail('没有定义的请求方式');
|
|
util::fail('没有定义的请求方式');
|