Commit 3b8e99a3 authored by bpandey's avatar bpandey

fatch new column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93527 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f86b5bf3
...@@ -47,6 +47,7 @@ public class ImpDocMissed extends ValidatorEJB implements ImpDocMissedRemote, Im ...@@ -47,6 +47,7 @@ public class ImpDocMissed extends ValidatorEJB implements ImpDocMissedRemote, Im
public String getData(String loginCode) throws RemoteException, ITMException public String getData(String loginCode) throws RemoteException, ITMException
{ {
String sql = ""; String sql = "";
ResultSet rs = null; ResultSet rs = null;
Connection conn = null; Connection conn = null;
PreparedStatement pstmt = null; PreparedStatement pstmt = 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