From 2880a7452fb34a31dc4547654f8b5f95365adc59 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Fri, 19 May 2023 10:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E5=BA=93=E6=93=8D=E4=BD=9C=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Outgoing/ProductReceiptNoteConverter.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs b/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs index e91a12f46..93648e620 100644 --- a/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs +++ b/be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs @@ -1,3 +1,4 @@ +using System; using System.Collections.Generic; using System.Text.Json; using System.Threading.Tasks; @@ -82,7 +83,7 @@ public class ProductReceiptNoteConverter : IOutgoingConverter mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty, mesout_unable = 0, mesout_loc = detail.LocationErpCode, - mesout_dt = exchangeProductReceiptNote.ActiveDate.ToString(), + mesout_dt = DateTime.Now.ToString(), memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark, refno = "",