Commit dd0525cc authored by sbade's avatar sbade

replaced loginCode with LoginEmpCode


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93487 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 47b3692e
......@@ -60,7 +60,7 @@ public class LoanPartyBankConf extends ActionHandlerEJB implements
bankBenCode=temp[1];
genericUtility = GenericUtility.getInstance();
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,
"loginCode");
"loginEmpCode");
sql = "select confirmed,active_yn from loanparty_bank where " +
"party_code=? and BANK_CODE__BEN=?";
pStmt = conn.prepareStatement(sql);
......
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