Commit 6322e1fb authored by rtiwari's avatar rtiwari

UPDATED


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94216 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d523e237
...@@ -103,7 +103,7 @@ public class ChargeBackFormVerify extends ActionHandlerEJB implements ChargeBack ...@@ -103,7 +103,7 @@ public class ChargeBackFormVerify extends ActionHandlerEJB implements ChargeBack
loginSite = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode"); loginSite = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
rejectedFlag = false; rejectedFlag = false;
// System.out.println("parentNodeListLength------------------->"+parentNodeListLength); // System.out.println("parentNodeListLength------------------->"+parentNodeListLength);
sql = " select count(*) from charge_back_form where tran_id = ? and confirmed = 'Y'"; sql = " select count(*) from charge_back_form where tran_id = ? and VERIFY_FLAG = 'Y'";
pStmt = conn.prepareStatement(sql); pStmt = conn.prepareStatement(sql);
pStmt.setString(1, tranId.trim()); pStmt.setString(1, tranId.trim());
rs = pStmt.executeQuery(); rs = pStmt.executeQuery();
......
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