update
This commit is contained in:
parent
8f8d78f576
commit
982ff79c7f
@ -91,7 +91,7 @@ class GoodsLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
$order['id'] = 'desc';
|
||||
}
|
||||
return Goods::where($this->searchWhere)->where($where)
|
||||
->field(['id', 'name','brand','class','unit', 'sell', 'code','imgs','sales'])
|
||||
->field(['id', 'name','brand','class','unit', 'sell', 'code','imgs','sales','spec'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->with(['className','brandName','unitName'])
|
||||
->order($order)
|
||||
|
Loading…
x
Reference in New Issue
Block a user