|
|
@@ -199,7 +199,7 @@ class ItemController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- $result = ProductClass::getList($field, $where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC]);
|
|
|
+ $result = ProductClass::getList($field, $where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC,'status'=>SORT_ASC]);
|
|
|
$list = $result['list'] ?? [];
|
|
|
if ($requestType == 'hasStockList') {
|
|
|
util::fail('无效方式');
|