Commit b1a885a1 authored by sghate's avatar sghate

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207328 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5d63938f
...@@ -675,7 +675,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang ...@@ -675,7 +675,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang
if(rs != null) if(rs != null)
{ {
rs.close(); rs.close();
rs.next(); rs = null;
} }
if(pstmt != null) if(pstmt != null)
{ {
...@@ -692,7 +692,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang ...@@ -692,7 +692,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang
+ "probation_date = ? ," + "probation_date = ? ,"
+ "training_prd = ? , " + "training_prd = ? , "
+ "grade = ? ," + "grade = ? ,"
+ "cadre = ?" + "cadre = ?,"
+ "design_code = ? ," + "design_code = ? ,"
+ "designation = ? ," + "designation = ? ,"
+ "notice_prd = ? ," + "notice_prd = ? ,"
......
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