1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user