Commit 312318c0 authored by dpawar's avatar dpawar

Changes in detail2Xml condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94998 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 721ffbc1
......@@ -385,6 +385,7 @@ public String process(Document dom, Document dom2, String windowName, String xtr
System.out.println("itemseries------>>["+unqItemSer+"]");
System.out.println("recordProcess1111---------->>["+recordProcess+"]");
System.out.println("detail2xml length---->>["+detail2Xml.length()+"]");
System.out.println("isRecordPrc ---->>["+isRecordPrc+"]");
//fgfgf
......@@ -418,14 +419,11 @@ public String process(Document dom, Document dom2, String windowName, String xtr
return errorString;
}
}else if (detail2Xml.length() < 0 && ! isRecordPrc && recordProcess == itemSerSet.size()){
}else if (detail2Xml.length() <= 0 && ! isRecordPrc && recordProcess == itemSerSet.size()){
conn.rollback();
errCode = "VTDNFEV";// data not found
errCode = "VTNRORS";// data not found
errorString = vdt.getErrorString("",errCode,userId);
return errorString;
}else{
System.out.println("-----continue in detail2xml condition...");
continue;
}
} //end for loop of set
......
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