Commit 474540d1 authored by prane's avatar prane

bug fixed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202375 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1e543ad2
......@@ -511,7 +511,8 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
sql = "update despatch set conf_passwd = ? where desp_id = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, confPasswd);
pstmt.setString(2, tranId);
pstmt.setString(2, tranId);
pstmt.executeUpdate();
pstmt.close();
pstmt = null;
//Pavan Rane 20jun19 end [to generate password channel partner auto receitp]
......
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