From 36403a37971b515cce3292cdf3d5a926f4178739 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 22 Nov 2019 10:52:42 +0800 Subject: [PATCH] fk --- business/jxstore/act/act.go | 4 ---- 1 file changed, 4 deletions(-) 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 {