Commit 2d7bb7bf by 杨树贤

优化

parent 17941ce6
Showing with 1 additions and 0 deletions
......@@ -1490,6 +1490,7 @@ class DataService
$startTime = Carbon::now()->subYear()->startOfYear()->timestamp;
$endTime = Carbon::now()->subYear()->endOfYear()->timestamp;
$suppliers = SupplierChannelModel::whereBetween('sku_update_time', [$startTime, $endTime])
->where('is_type', 0)
->select([
'supplier_name',
'supplier_group',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment