取消活动时,也要将act_store_sku_map中条目相应置删除标志

This commit is contained in:
gazebo
2019-11-29 20:27:07 +08:00
parent 6d1129a61c
commit 5f2da8a4dc
5 changed files with 30 additions and 26 deletions

View File

@@ -668,7 +668,7 @@ func DeleteActStoreSkuBind(ctx *jxcontext.Context, db *dao.DaoDB, actID int, act
originSyncStatus |= act.SyncStatus
isDeleteAll := true
isDeleteAtLeastOne := false
if actStoreSkuParam != nil {
if true { //actStoreSkuParam != nil {
actStoreSkuMap := partner.SplitActStoreSku(actStoreSkuMap[vendorID])
for storeID := range actStoreSkuMap {
for _, actStoreSku := range actStoreSkuMap[storeID] {