FINL/XDEP removed planned balance checked
This commit is contained in:
parent
0961748a2a
commit
c201e850ce
2 changed files with 20 additions and 20 deletions
|
|
@ -243,16 +243,16 @@ public class FinalMkrSession extends AbstractSession implements InitializingBean
|
||||||
public void finishPart() {
|
public void finishPart() {
|
||||||
try {
|
try {
|
||||||
//stage 9 continue revision
|
//stage 9 continue revision
|
||||||
{
|
//{
|
||||||
StageResult<Object> reviseRes = runStage(TaskType.AgainRevise, currSession.getId(), balanceRevise, false);
|
// StageResult<Object> reviseRes = runStage(TaskType.AgainRevise, currSession.getId(), balanceRevise, false);
|
||||||
if (!reviseRes.isSuccess()) {
|
// if (!reviseRes.isSuccess()) {
|
||||||
this.afterReviseErrorMonitor = SessionMonitorFactory.waitReviseError(section());
|
// this.afterReviseErrorMonitor = SessionMonitorFactory.waitReviseError(section());
|
||||||
log.warn("{} stage error, created monitor for {}",
|
// log.warn("{} stage error, created monitor for {}",
|
||||||
TaskType.AgainRevise,
|
// TaskType.AgainRevise,
|
||||||
afterReviseErrorMonitor.allConditions());
|
// afterReviseErrorMonitor.allConditions());
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
//stage 10
|
//stage 10
|
||||||
{
|
{
|
||||||
FinishingSessionPayload payload = new FinishingSessionPayload();
|
FinishingSessionPayload payload = new FinishingSessionPayload();
|
||||||
|
|
|
||||||
|
|
@ -193,16 +193,16 @@ public class ReturnDepositSession extends AbstractSession implements Initializin
|
||||||
public void finishPart() {
|
public void finishPart() {
|
||||||
try {
|
try {
|
||||||
//stage 9 continue revision
|
//stage 9 continue revision
|
||||||
{
|
//{
|
||||||
StageResult<Object> reviseRes = runStage(TaskType.AgainRevise, currSession.getId(), balanceRevise, false);
|
// StageResult<Object> reviseRes = runStage(TaskType.AgainRevise, currSession.getId(), balanceRevise, false);
|
||||||
if (!reviseRes.isSuccess()) {
|
// if (!reviseRes.isSuccess()) {
|
||||||
this.afterReviseErrorMonitor = SessionMonitorFactory.waitReviseError(section());
|
// this.afterReviseErrorMonitor = SessionMonitorFactory.waitReviseError(section());
|
||||||
log.warn("{} stage error, created monitor for {}",
|
// log.warn("{} stage error, created monitor for {}",
|
||||||
TaskType.AgainRevise,
|
// TaskType.AgainRevise,
|
||||||
afterReviseErrorMonitor.allConditions());
|
// afterReviseErrorMonitor.allConditions());
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
//stage 10
|
//stage 10
|
||||||
{
|
{
|
||||||
FinishingSessionPayload payload = new FinishingSessionPayload();
|
FinishingSessionPayload payload = new FinishingSessionPayload();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue