|
|
@ -33,7 +33,7 @@ public class InjectionIssueRequestManager |
|
|
|
entity.Submit(); |
|
|
|
entity.Agree(); |
|
|
|
entity.RequestStatus = EnumRequestStatus.Partial; |
|
|
|
await _repository.InsertAsync(entity).ConfigureAwait(false); |
|
|
|
await _repository.InsertAsync(entity, true).ConfigureAwait(false); |
|
|
|
await LocalEventBus.PublishAsync(new SfsHandledEntityEventData<InjectionIssueRequest>(entity), false) |
|
|
|
.ConfigureAwait(false); |
|
|
|
|
|
|
|