|
|
@@ -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)) {
|