Commit aa67c316 authored by kshinde's avatar kshinde

Bug fix added column tran_id in sql query.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105534 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 09ddbe33
...@@ -256,7 +256,7 @@ conn = getConnection(); ...@@ -256,7 +256,7 @@ conn = getConnection();
{ {
// genericUtility = GenericUtility.getInstance(); // genericUtility = GenericUtility.getInstance();
sql = "select tran_date,eff_date,site_code__from, fin_entity__from, site_code__to,fin_entity__to,amount, " + sql = "select tran_id,tran_date,eff_date,site_code__from, fin_entity__from, site_code__to,fin_entity__to,amount, " +
"curr_code,confirmed,conf_date,emp_code__aprv,acct_code__ifr,cctr_code__ifr,acct_code__ito,cctr_code__ito," + "curr_code,confirmed,conf_date,emp_code__aprv,acct_code__ifr,cctr_code__ifr,acct_code__ito,cctr_code__ito," +
"amount__bc,tran_type,tran_ser,tran_id__iss,exch_rate,link_type from PAY_IBCA where tran_id = ?"; "amount__bc,tran_type,tran_ser,tran_id__iss,exch_rate,link_type from PAY_IBCA where tran_id = ?";
......
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