From e7bc8bbe2fd47b348090552665233731d98fbaec Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 04 七月 2024 23:08:39 +0800
Subject: [PATCH] fix

---
 task/warehouse_month_stats.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/task/warehouse_month_stats.go b/task/warehouse_month_stats.go
index 34dfedf..9f4ad7d 100644
--- a/task/warehouse_month_stats.go
+++ b/task/warehouse_month_stats.go
@@ -51,7 +51,7 @@
 		oldRecordsMap := models.WarehouseMonthStatsMap(oldRecords)
 
 		//鏈湀鏈熷垵鏁伴噺/涓婃湀缁撲綑鏁伴噺
-		statsRecords, err := service.GetCurrentWarehouseStats(date, warehouseId, nil)
+		statsRecords, err := service.GetCurrentWarehouseStats(date, warehouseId, nil, false)
 		if err != nil {
 			continue
 		}

--
Gitblit v1.8.0