dever 3 years ago
parent
commit
00296bf763
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/store/database/goods_sku.php

+ 1 - 1
app/store/database/goods_sku.php

@@ -66,7 +66,7 @@ $config = array
             'desc'      => '仓库名称',
             'match'     => 'is_numeric',
             'list'      => 'Dever::load("store/info-find#name", {store_id})',
-            'search'    => $type != 1 ? array
+            'search'    => !$type ? array
             (
                 'api' => 'store/info-like',
                 'col' => 'name',