finish session if stage7 result is empty
This commit is contained in:
parent
515e68de67
commit
b539db7664
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ public class PrimaryAuctionBnSession extends AbstractSession implements Initiali
|
|||
//stage 7
|
||||
StageResult<Collection<PaymentInstruction>> paymentResult = runStage(TaskType.FormingPaymentInstruction, formingPaymentInstruction);
|
||||
if (paymentResult.getStageResult().isEmpty()) {
|
||||
//todo где сверка
|
||||
firstPart(req);
|
||||
runStage(TaskType.ContinueRevise, balanceRevise);
|
||||
finishPart(req);
|
||||
}
|
||||
} catch (StageException e) {
|
||||
//already logged
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue