Commit 7df308e6 authored by manohar's avatar manohar

Column wrong binding order corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96310 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 08337de0
......@@ -115,8 +115,8 @@ public class WOTrackUpdatePos extends ValidatorEJB implements WOTrackUpdatePosLo
}
pstmtInst.setString(7,remarks);
pstmtInst.setDate(8, new java.sql.Date(new java.util.Date().getTime()));
pstmtInst.setString(9,userId);
pstmtInst.setString(10,termId);
pstmtInst.setString(9,termId);
pstmtInst.setString(10,userId);
pstmtInst.setString(11,refId);
pstmtInst.setInt(12, refLineNo );
System.out.println("update "+pstmtInst.executeUpdate());
......
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