This commit is contained in:
suyl
2021-07-20 10:41:50 +08:00
parent 20af1c2fe1
commit d7df047549
2 changed files with 2 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ func GetActStoreSkuVendorInfo(db *DaoDB, actID int, vendorIDs, storeIDs, skuIDs
leftOrEmpty = "LEFT"
}
_, actStoreSkuList, err := GetActStoreSkuVendorList(db, actID, vendorIDs, storeIDs, skuIDs, "", 0, -1)
fmt.Println("111111111111111111111111111111", utils.Format4Output(actStoreSkuList, true))
if err == nil {
actStoreSkuMap = make(map[int][]*model.ActStoreSku2)
for _, v := range actStoreSkuList {