Commit 16858743 authored by cpatil's avatar cpatil

added SucAmtZero


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98390 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af502c33
...@@ -104,7 +104,7 @@ public class POMilestoneCnf ...@@ -104,7 +104,7 @@ public class POMilestoneCnf
{ {
returnStr = workflowForPenalty(tranId, xmlDataAll, conn); returnStr = workflowForPenalty(tranId, xmlDataAll, conn);
System.out.println("@@@@@@ returnStr["+returnStr+"]"); System.out.println("@@@@@@ returnStr["+returnStr+"]");
if(returnStr.indexOf("Success") > -1 || returnStr.indexOf("VTSUCC1") > -1 ) if(returnStr.indexOf("Success") > -1 || returnStr.indexOf("VTSUCC1") > -1 || returnStr.indexOf("SucAmtZero") > -1 )
{ {
System.out.println("@@@@@@@@@ workflowForPenalty return successfully....."); System.out.println("@@@@@@@@@ workflowForPenalty return successfully.....");
returnStr = "Y"; returnStr = "Y";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment