This commit is contained in:
suyl
2021-07-20 10:58:29 +08:00
parent 9a08503a2f
commit 6889d62b08
2 changed files with 0 additions and 6 deletions

View File

@@ -1010,9 +1010,6 @@ func DeleteActStoreSkuBind(ctx *jxcontext.Context, db *dao.DaoDB, actID int, act
return 0, err
}
}
fmt.Println("actMap", utils.Format4Output(actMap, 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 {
originSyncStatus |= act.SyncStatus