Commit 836583b4 authored by dpawar's avatar dpawar

update sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92484 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 855b2fdd
...@@ -242,7 +242,7 @@ public class FullFinalAct extends ActionHandlerEJB implements FullFinalActLocal, ...@@ -242,7 +242,7 @@ public class FullFinalAct extends ActionHandlerEJB implements FullFinalActLocal,
{ {
timestampDateJ = rs.getTimestamp(1); timestampDateJ = rs.getTimestamp(1);
timestampDateR = rs.getTimestamp(2); timestampDateR = rs.getTimestamp(2);
bondAmtReco=rs.getDouble(3) <= 0.0 ? 0.0 : rs.getDouble(1); bondAmtReco=rs.getDouble(3) <= 0.0 ? 0.0 : rs.getDouble(3);
dateJoin= timestampDateJ==null? "":simpleDateFormat.format(timestampDateJ).toString(); dateJoin= timestampDateJ==null? "":simpleDateFormat.format(timestampDateJ).toString();
......
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