From dc6639a232f181970fa5291005f206fa34f1b1da Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 10 十一月 2025 09:29:33 +0800
Subject: [PATCH] 提交

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookFahuo.aspx.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookFahuo.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookFahuo.aspx.cs
index f333103..7f31a0d 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookFahuo.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookFahuo.aspx.cs
@@ -226,6 +226,7 @@
                     JavaScript.MessageBox( "娌℃湁濉啓鍙戣揣鏁伴噺", this);
                     return;
                 }
+                var createtimea = DateTime.Now;
                 var ssss = false;
                 for (int i = 0; i < fahuos.Length; i++)
                 {
@@ -234,7 +235,7 @@
                     coreCmsPlanOrder.name = names[i];
                     coreCmsPlanOrder.specification = specifications[i];
                     coreCmsPlanOrder.nums = fahuos[i].ToInt32().Value;
-                    coreCmsPlanOrder.createTime = DateTime.Now;
+                    coreCmsPlanOrder.createTime = createtimea;
                     coreCmsPlanOrder.upDataTime = coreCmsPlanOrder.createTime;
                     coreCmsPlanOrder.createBy = CurrentUser.ShortName;
                     coreCmsPlanOrder.upDataBy = CurrentUser.ShortName;

--
Gitblit v1.9.1