Browse Source

修改时间

集成Redis
郑勃旭 2 years ago
parent
commit
700f973d12
  1. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Jobs/ProductionReturnJobEventHandler.cs

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Jobs/ProductionReturnJobEventHandler.cs

@ -60,7 +60,7 @@ public class ProductionReturnJobEventHandler :
{ {
var input = ObjectMapper.Map<ProductionReturnJob, ProductionReturnNoteEditInput>(entity); var input = ObjectMapper.Map<ProductionReturnJob, ProductionReturnNoteEditInput>(entity);
input.ReturnTime=Clock.Now; input.ReturnTime=DateTime.Now;
input.Details = new List<ProductionReturnNoteDetailInput>(); input.Details = new List<ProductionReturnNoteDetailInput>();
foreach (var detail in entity.Details.Where(detail => detail.HandledQty != 0)) foreach (var detail in entity.Details.Where(detail => detail.HandledQty != 0))

Loading…
Cancel
Save