This commit is contained in:
邹宗楠
2024-09-29 10:10:39 +08:00
parent 9d2a4f6c5b
commit a43e5f1090
3 changed files with 29 additions and 7 deletions

View File

@@ -153,6 +153,7 @@ func GetActStoreSkuVendorList(db *DaoDB, actID int, vendorIDs, storeIDs, skuIDs
totalCount = GetLastTotalRowCount2(db, txDB)
}
// 统计门店活动商品一个月之内的销量
storeAndSkuMap := make(map[int][]int, 0)
storeActMap := make(map[int][]*model.ActStoreSku2, 0)
for _, v := range actStoreSkuList {