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

@@ -1011,7 +1011,7 @@ func DeleteActStoreSkuBind(ctx *jxcontext.Context, db *dao.DaoDB, actID int, act
}
}
fmt.Println("actMap", utils.Format4Output(actMap, true))
fmt.Println("actStoreSkuMap1", actStoreSkuMap[0], true)
fmt.Println("actStoreSkuMap1", utils.Format4Output(actStoreSkuMap[0], true))
fmt.Println("actStoreSkuMap2", utils.Format4Output(partner.SplitActStoreSku(actStoreSkuMap[0]), true))
isNeedCancelAct := true
for vendorID, act := range actMap {

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 {