Commit 251315d8 authored by asant's avatar asant

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216191 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c4818f3c
...@@ -479,7 +479,7 @@ public class PayrollPostAccMiscPrc extends ProcessEJB ...@@ -479,7 +479,7 @@ public class PayrollPostAccMiscPrc extends ProcessEJB
preparedStatement2.setString(5, ls_emp_code); preparedStatement2.setString(5, ls_emp_code);
preparedStatement2.setString(6, ls_emp_code); preparedStatement2.setString(6, ls_emp_code);
preparedStatement2.setString(7, ls_fr_proc); preparedStatement2.setString(7, ls_fr_proc);
preparedStatement2.setString(8, ls_fr_proc); preparedStatement2.setString(8, ls_to_proc);
} catch (SQLException e) { } catch (SQLException e) {
System.out.println("PayrollPostAccMiscPrc.gbfPostPayRoll() : SQLException : "+e); System.out.println("PayrollPostAccMiscPrc.gbfPostPayRoll() : SQLException : "+e);
e.printStackTrace(); e.printStackTrace();
......
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