Browse Source

修改操作人为mes

集成Redis
郑渤旭[Irelia] 2 years ago
parent
commit
eff41fa802
  1. 1
      be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Agent/IncomingToWmsWorker.cs

1
be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Agent/IncomingToWmsWorker.cs

@ -176,6 +176,7 @@ public class IncomingToWmsWorker : AsyncPeriodicBackgroundWorkerBase
if (!string.IsNullOrEmpty(apiUrl))
{
var productReceiptJson = JsonSerializer.Deserialize<ProductReceiptNoteEditInput>(incomingToWms.DataContent);
productReceiptJson.Worker = "Mes";
try
{

Loading…
Cancel
Save