Commit e2794cf5 authored by kshinde's avatar kshinde

added Checknull to bankcode on site code event


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104526 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d07ce12
...@@ -2818,7 +2818,7 @@ conn = getConnection(); ...@@ -2818,7 +2818,7 @@ conn = getConnection();
{ {
siteDescr = rs.getString(1); siteDescr = rs.getString(1);
finEntity = rs.getString(2); finEntity = rs.getString(2);
bankCode = rs.getString(3); bankCode = CheckNull(rs.getString(3));
} }
rs.close(); rs.close();
rs = null; rs = 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