Commit e5c6c81c authored by piyush's avatar piyush

Changes done by Vishal Thakur in EmpLeaveConf.java to resolve sql issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106484 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51c4c9cb
...@@ -1790,7 +1790,7 @@ public class EmpLeaveConf extends ActionHandlerEJB implements EmpLeaveConfLocal, ...@@ -1790,7 +1790,7 @@ public class EmpLeaveConf extends ActionHandlerEJB implements EmpLeaveConfLocal,
pstmt.setString(1, empCode); pstmt.setString(1, empCode);
pstmt.setTimestamp(2, lvedtTo); pstmt.setTimestamp(2, lvedtTo);
pstmt.setString(3, tranId); // pstmt.setString(3, tranId); // Commented by Vishal Thakur
resultSet = pstmt.executeQuery(); resultSet = pstmt.executeQuery();
while(resultSet.next()) while(resultSet.next())
......
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