Browse Source

立体库用户名更换

dev_DY_CC
赵新宇 7 months ago
parent
commit
c7d2e9805b
  1. 4
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/GaoTongs/GaoTongAppService.cs
  2. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs

4
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/GaoTongs/GaoTongAppService.cs

@ -72,7 +72,7 @@ public class GaoTongAppService : ApplicationService, IGaoTongAppService
TransferNoteEditInput transferNoteEditInput = new TransferNoteEditInput();
transferNoteEditInput.TenantId = null;
transferNoteEditInput.Remark = String.Empty;
transferNoteEditInput.Worker = "LITIKU";
transferNoteEditInput.Worker = "LITK";
transferNoteEditInput.ActiveDate = CommonHelper.CurTime;
transferNoteEditInput.Type = EnumTransSubType.Transfer_Coating.ToString(); //喷涂完工转储
transferNoteEditInput.UseOnTheWayLocation = false;
@ -191,7 +191,7 @@ public class GaoTongAppService : ApplicationService, IGaoTongAppService
transferNoteEditInput.TenantId = null;
transferNoteEditInput.Remark = String.Empty;
transferNoteEditInput.Worker ="LITIKU";
transferNoteEditInput.Worker = "LITK";
transferNoteEditInput.ActiveDate = CommonHelper.CurTime;
//transferNoteEditInput.Type = EnumTransSubType.Depot_Out.ToString(); //喷涂完工转储
transferNoteEditInput.UseOnTheWayLocation = false;

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs

@ -670,7 +670,7 @@ public class AssembleIssueJobAppService
Data = json
};
}
itm.Worker = "LITIKU";
itm.Worker = "LITK";
itm.Details = details;
// await CompleteAsync(itm.Id, itm).ConfigureAwait(false);
_logger.LogInformation($"{flag}接收到立体库确认单据内容:" + json + "立体库任务完成");

Loading…
Cancel
Save