diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index b7f2a4e15..ae880de1f 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -629,10 +629,6 @@ func DeleteActStoreSkuBind(ctx *jxcontext.Context, db *dao.DaoDB, actID int, act if len(actMap) == 0 { return 0, fmt.Errorf("找不到活动:%d,或已被取消", actID) } - if actMap[0].Status != model.ActStatusCreated { - // 如果不是正常状态直接跳过 - return 0, nil - } actStoreSkuMap, err := dao.GetActStoreSkuVendorInfo(db, actID, nil, nil, nil) if err != nil {