diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index bb01bca45..f0f8149ca 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1927,7 +1927,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs defer func() { if r := recover(); r != nil { dao.Rollback(db, txDB) - panic(r) + //panic(r) } }() for _, storeID := range storeIDs {