shish 1 год назад
Родитель
Сommit
42af2ebe78
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-hd/goods/services/GoodsCategoryService.php

+ 1 - 0
biz-hd/goods/services/GoodsCategoryService.php

@@ -16,6 +16,7 @@ class GoodsCategoryService extends BaseService
     //查询一个分类下的商品,有分页 ssh 2019.12.2
     public static function getGoodsList($where)
     {
+        unset($where['delStatus']);//这个后面改进
         $data = GoodsCategoryClass::getList('*', $where, 'status DESC,inTurn DESC');
         $list = isset($data['list']) && !empty($data['list']) ? $data['list'] : [];
         if (empty($list)) {