|
|
@ -59,19 +59,12 @@ public class CustomerProductionReturnNoteAppService : |
|
|
|
[HttpGet("{id}")] |
|
|
|
public override async Task<CustomerProductionReturnNoteDTO> GetAsync(Guid id) |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
var entity=await base.GetAsync(id).ConfigureAwait(false); |
|
|
|
|
|
|
|
foreach (var itm in entity.Details) |
|
|
|
{ |
|
|
|
itm.CustomerCode=entity.CustomerCode; |
|
|
|
itm.CustomerName=entity.CustomerName; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return entity; |
|
|
|
|
|
|
|
} |
|
|
|