更新商品排序
This commit is contained in:
parent
286acfaede
commit
aeb74daca9
@ -63,7 +63,7 @@ class ProductLists extends BaseAdminDataLists implements ListsSearchInterface, L
|
||||
*/
|
||||
public function setDefaultOrder(): array
|
||||
{
|
||||
return ['sales' => 'desc', 'price' => 'asc'];
|
||||
return [ 'price' => 'asc','id' => 'desc'];
|
||||
}
|
||||
|
||||
/**
|
||||
@ -108,9 +108,9 @@ class ProductLists extends BaseAdminDataLists implements ListsSearchInterface, L
|
||||
return StoreBranchProduct::where($this->searchWhere)
|
||||
->field(['id', 'product_id', 'cate_id', 'store_name', 'cost', 'store_id','vip_price','purchase', 'price', 'bar_code', 'image', 'sales', 'store_info', 'delete_time', 'unit', 'batch'])
|
||||
->with(['className', 'unitName'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order($this->sortOrder)
|
||||
// ->limit($this->limitOffset, $this->limitLength)
|
||||
->page($this->limitOffset +1,$this->limitLength)
|
||||
// ->page($this->limitOffset +1,$this->limitLength)
|
||||
->select()->toArray();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user