This commit is contained in:
suyl
2021-07-20 10:24:38 +08:00
parent 40611d9418
commit 20af1c2fe1
2 changed files with 2 additions and 3 deletions

View File

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