diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Jobs/ProductionReturnJobEventHandler.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Jobs/ProductionReturnJobEventHandler.cs index 4690c9f2d..f3d3ddf8e 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Jobs/ProductionReturnJobEventHandler.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Event/Jobs/ProductionReturnJobEventHandler.cs @@ -60,7 +60,7 @@ public class ProductionReturnJobEventHandler : { var input = ObjectMapper.Map(entity); - input.ReturnTime=DateTime.Now; + input.ReturnTime=Clock.Now; input.Details = new List(); foreach (var detail in entity.Details.Where(detail => detail.HandledQty != 0))