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
if(rs != null)
{
rs.close();
rs.next();
rs = null;
}
if(pstmt != null)
{
......@@ -692,7 +692,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang
+ "probation_date = ? ,"
+ "training_prd = ? , "
+ "grade = ? ,"
+ "cadre = ?"
+ "cadre = ?,"
+ "design_code = ? ,"
+ "designation = ? ,"
+ "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