|
|
@@ -17,6 +17,7 @@ class GoodsCategoryService extends BaseService
|
|
|
public static function getGoodsList($where)
|
|
|
{
|
|
|
unset($where['delStatus']);//这个后面改进
|
|
|
+ unset($where['inTurn']);//这个后面改进
|
|
|
$data = GoodsCategoryClass::getList('*', $where, 'status DESC,inTurn DESC');
|
|
|
$list = isset($data['list']) && !empty($data['list']) ? $data['list'] : [];
|
|
|
if (empty($list)) {
|