Commit 075fd9a3 authored by agaikwad's avatar agaikwad

put round amount value in mischeader map.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43859 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 24a74da8
...@@ -1046,7 +1046,8 @@ conn = getConnection(); ...@@ -1046,7 +1046,8 @@ conn = getConnection();
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
mischdrMap.put("rnd_amt",rndAmtTot);
System.out.println("mischdrMap["+mischdrMap+"]");
sql =" update misc_payables set adj_amt = adj_amt + "+adjAmt+", status = ?,status_date =? " sql =" update misc_payables set adj_amt = adj_amt + "+adjAmt+", status = ?,status_date =? "
+" where tran_ser =? and ref_no =? "; +" where tran_ser =? and ref_no =? ";
......
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