|
|
@ -217,7 +217,7 @@ public class AssembleIssueJobAppService |
|
|
|
await _repository.UpdateAsync(assembleIssueJob).ConfigureAwait(false); |
|
|
|
} |
|
|
|
|
|
|
|
[HttpPost("CompleteAsync/{id}")] |
|
|
|
[HttpPost("Complete/{id}")] |
|
|
|
public async Task CompleteAsync(Guid id) |
|
|
|
{ |
|
|
|
var assembleIssueJob = await _repository.FindAsync(id).ConfigureAwait(false); |
|
|
|