From 9e29d8cce3b7cb876c7bd5a70155d2201b478d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Tue, 12 Nov 2024 11:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E3=80=90=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E7=A7=BB=E9=99=A4=E5=90=8E=E7=AB=AF=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E8=AE=A2=E5=8D=95=E5=AF=B9=E6=95=B4=E4=B8=AA=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=95=B0=E6=8D=AE=E7=9A=84=E6=97=A5=E5=BF=97=E5=AD=98?= =?UTF-8?q?=E5=82=A8=EF=BC=8C=E5=87=8F=E5=B0=91=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=A3=81=E7=9B=98=E7=A9=BA=E9=97=B4=E5=A4=A7=E5=B0=8F=E7=9A=84?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Services/Order/CoreCmsOrderServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Services/Order/CoreCmsOrderServices.cs b/CoreCms.Net.Services/Order/CoreCmsOrderServices.cs index af98ae7c..7c251135 100644 --- a/CoreCms.Net.Services/Order/CoreCmsOrderServices.cs +++ b/CoreCms.Net.Services/Order/CoreCmsOrderServices.cs @@ -1601,7 +1601,7 @@ namespace CoreCms.Net.Services userId = item.userId, type = (int)GlobalEnumVars.OrderLogTypes.LOG_TYPE_CANCEL, msg = msg, - data = JsonConvert.SerializeObject(orderInfo), + //data = JsonConvert.SerializeObject(orderInfo), createTime = DateTime.Now }; await _orderLogServices.InsertAsync(orderLog);