Commit 07df82e7 authored by dpawar's avatar dpawar

updated login code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93384 ce508802-f39f-4f6c-b175-0d175dae99d5
parent baffa227
...@@ -106,7 +106,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli ...@@ -106,7 +106,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli
pstmt=conn.prepareStatement(sql); pstmt=conn.prepareStatement(sql);
pstmt.setString(1, "Y"); pstmt.setString(1, "Y");
pstmt.setDate(2, new java.sql.Date(System.currentTimeMillis())); pstmt.setDate(2, new java.sql.Date(System.currentTimeMillis()));
pstmt.setString(3,"E10808"); pstmt.setString(3,loginCode);
pstmt.setString(4, tranId); pstmt.setString(4, tranId);
updCnt=pstmt.executeUpdate(); updCnt=pstmt.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