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