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 {