From 29b0a3832286d092781664e07c746167e68e1493 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Mon, 5 Jun 2023 16:10:02 +0800 Subject: [PATCH] mesout_dt --- .../Outgoing/ProductReceiptNoteConverter.cs | 2 +- .../WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs | 1 + 2 files 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 93648e620..fbfc72724 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 @@ -83,7 +83,7 @@ public class ProductReceiptNoteConverter : IOutgoingConverter mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty, mesout_unable = 0, mesout_loc = detail.LocationErpCode, - mesout_dt = DateTime.Now.ToString(), + mesout_dt = exchangeProductReceiptNote.CompleteTime.ToString("yyyyMMdd HH:mm:ss"), memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark, refno = "", diff --git a/be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Application.Contracts/WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs b/be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Application.Contracts/WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs index 8407bc885..db871f973 100644 --- a/be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Application.Contracts/WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs +++ b/be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Application.Contracts/WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs @@ -19,6 +19,7 @@ public class ProductReceiptNoteExchangeDto public string Number { get; set; } + /// /// 明细列表 ///