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