Commit 23f24bf1 authored by manohar's avatar manohar

DI89SUN223 some more changes to take care of null value


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91149 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5449ba6
...@@ -174,7 +174,7 @@ public class DownloadCSVBatchBean implements Schedule ...@@ -174,7 +174,7 @@ public class DownloadCSVBatchBean implements Schedule
pstmtSeq.setTimestamp(2,tranDate); pstmtSeq.setTimestamp(2,tranDate);
if( rsSeq.next() ) if( rsSeq.next() )
{ {
recCounter = = rsSeq.getInt("download_file_seq"); recCounter = rsSeq.getInt("download_file_seq");
} }
rsSeq.close(); rsSeq.close();
rsSeq = null; rsSeq = null;
......
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