Browse Source

入库花材

shish 3 years ago
parent
commit
ea76114a84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-ghs/controllers/StockInController.php

+ 2 - 2
app-ghs/controllers/StockInController.php

@@ -75,8 +75,8 @@ class StockInController extends BaseController
             $where['status'] = $orderStatus;
         }
         $searchTime = $get['searchTime'] ?? '';
-        //惠雅鲜花搜索
-        if (in_array($this->shopId, [2167, 2164, 520])) {
+        //惠雅鲜花搜索BUG兼容
+        if (in_array($this->shopId, [2167, 2164])) {
             $searchTime = $get['searchTime'] ?? 'today';
         }
         if (!empty($searchTime)) {