username@email.com
2022-10-17 17f9893bcf92ce8f68f88c6d97b957b025a2cd5e
CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderMoneyBatchReceive.aspx.cs
@@ -66,7 +66,13 @@
            string[] orderIds = Request["ids"].Split(',');
            string receiveWay = Request["rdoReceiveWay"];
            bool isWin = false;
            using (var scope = new TransactionScope())
            using (var scope = new TransactionScope(TransactionScopeOption.Required,
     new TransactionOptions
     {
         IsolationLevel = IsolationLevel.ReadCommitted,
         Timeout = TransactionManager.MaximumTimeout
     }
 ))
            {
                foreach (string orderId in orderIds)
                {