修改仓库商品查询的错误
This commit is contained in:
parent
bcbcd626c3
commit
f3b547b835
@ -64,6 +64,7 @@ class WarehouseProductStoregeLists extends BaseAdminDataLists implements ListsSe
|
||||
*/
|
||||
public function lists(): array
|
||||
{
|
||||
$where = [];
|
||||
if ($this->request->get('store_name')) {
|
||||
$this->store_name = $this->request->get('store_name');
|
||||
$where[] = ['store_name', 'like', '%' . $this->request->get('store_name') . '%'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user