|
|
@@ -18,7 +18,7 @@ class GoodsCategoryService extends BaseService
|
|
|
*/
|
|
|
public static function getGoodsList($where, $goodsCondition = [])
|
|
|
{
|
|
|
- $where['delStatus'] = 0; // 排除已删除
|
|
|
+ //$where['delStatus'] = 0; // 排除已删除
|
|
|
$data = GoodsCategoryClass::getList('*', $where, 'inTurn DESC');
|
|
|
$list = isset($data['list']) ? $data['list'] : [];
|
|
|
if (empty($list)) {
|