|
|
@@ -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)) {
|