username@email.com
2025-12-18 30ff46307c84650f94a971cb970631253fade1c1
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDelayTimeEdit.aspx.cs
@@ -76,10 +76,10 @@
                bool result = eC_OrderBLL.OldUpdateDelayTime(eC_OrderExtend);
                bool result = eC_OrderBLL.UpdateDeliveryTimeTime(eC_OrderExtend);
                if (result)
                    JavaScript.MessageBoxs("更新成功", this, true, true);
                    JavaScript.MessageBox("更新成功", this, true, true);
                else
                    JavaScript.MessageBox("更新失败", this);