username@email.com
2025-11-24 051ff4b9e7302ba99a10cb4595987a2290a97b86
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);