Commit b7e41d18 authored by dpawar's avatar dpawar

login code change


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93443 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f278a3d2
...@@ -111,7 +111,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli ...@@ -111,7 +111,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"); //loginCode pstmt.setString(3,loginCode); //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