|
|
@ -490,7 +490,7 @@ public class AssembleIssueJobAppService |
|
|
|
|
|
|
|
var jobDto=ObjectMapper.Map<AssembleIssueJob, AssembleIssueJobDTO>(job); |
|
|
|
|
|
|
|
var isDoingAgv=await DoingAgvAsync(jobDto, jobDetail.TransferLibToLocationCode,jobDetail.HandledToLocationCode).ConfigureAwait(false); |
|
|
|
var isDoingAgv=await DoingAgvAsync(jobDto, jobDetail.TransferLibToLocationCode, transferLibNoteDetail.HandledToLocationCode).ConfigureAwait(false); |
|
|
|
|
|
|
|
if (isDoingAgv) |
|
|
|
{ |
|
|
|