GetEffectiveActStoreSkuInfo中排除绑定活动

This commit is contained in:
gazebo
2020-01-21 14:38:42 +08:00
parent 0dc7d29e61
commit 16748e7d22
2 changed files with 5 additions and 2 deletions

View File

@@ -879,7 +879,7 @@ func SyncAct(ctx *jxcontext.Context, parentTask tasksch.ITask, actID int, vendor
// 保存最后一次同步错误信息
dao.UpdateEntity(db, tmpActMap, "Remark")
} else {
SyncSpecialAct(ctx, task, actMap[vendorID], nil, actStoreSkuMap[vendorID])
err = SyncSpecialAct(ctx, task, actMap[vendorID], nil, actStoreSkuMap[vendorID])
}
} else {
globals.SugarLogger.Warnf("SyncAct strange actID:%d, vendorID:%d", actID, vendorID)