diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 852a628c2..b6ed64c13 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -3362,6 +3362,9 @@ func SendSeckillSkusCountMsg(ctx *jxcontext.Context, vendorIDs []int, isAsync, i store := batchItemList[0].(*model.Store) for _, vendorID := range vendorIDs { storeDetial, _ := dao.GetStoreDetail(db, store.ID, vendorID) + if storeDetial == nil { + continue + } var type1, type2 int switch vendorID { case model.VendorIDEBAI: