Commit b0e660b8 authored by manohar's avatar manohar

optimization of speed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104392 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6823b7df
...@@ -1812,20 +1812,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -1812,20 +1812,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
}//End of iterator sordIterator }//End of iterator sordIterator
int stockTestCnt=0,forTestCnt=0; int stockTestCnt=0,forTestCnt=0;
//System.out.println("sordItemList size :"+sordItemList.size()); //System.out.println("sordItemList size :"+sordItemList.size());
for(SordItemBean sordItemBean :sordItemList ) for(SordItemBean sordItemBean :sordItemList )
......
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