Commit 31282e59 authored by cpatil's avatar cpatil

pstmt.setTimestamp(2, this.dateFr); set


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99818 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7f371187
...@@ -360,7 +360,7 @@ public class AutoPmtGenPrc extends ProcessEJB ...@@ -360,7 +360,7 @@ public class AutoPmtGenPrc extends ProcessEJB
pstmt = conn.prepareStatement(getSql); pstmt = conn.prepareStatement(getSql);
pstmt.setTimestamp(1, this.dateFr); pstmt.setTimestamp(1, this.dateFr);
pstmt.setTimestamp(2, this.dateTo); pstmt.setTimestamp(2, this.dateFr);
pstmt.setTimestamp(3, this.dateFr); pstmt.setTimestamp(3, this.dateFr);
pstmt.setTimestamp(4, this.dateTo); pstmt.setTimestamp(4, this.dateTo);
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