This commit is contained in:
邹宗楠
2025-02-21 14:44:50 +08:00
parent eb0d2129d0
commit e3c07fbd9b

View File

@@ -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 {