Commit dfc38bd4 authored by sbehera's avatar sbehera

delete query for contribution summary is modified


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93564 ce508802-f39f-4f6c-b175-0d175dae99d5
parent be0e68c4
...@@ -169,8 +169,9 @@ public class ContributionProcess extends ProcessEJB implements ...@@ -169,8 +169,9 @@ public class ContributionProcess extends ProcessEJB implements
pstmt = connIns.prepareStatement(sql); pstmt = connIns.prepareStatement(sql);
pstmt.setString(1, siteCodeFr); pstmt.setString(1, siteCodeFr);
pstmt.setString(2, siteCodeTo); pstmt.setString(2, siteCodeTo);
pstmt.setTimestamp(3, fromDate); pstmt.setString(3, finEntity);
pstmt.setTimestamp(4, toDate); pstmt.setTimestamp(4, fromDate);
pstmt.setTimestamp(5, toDate);
delCount = pstmt.executeUpdate(); delCount = pstmt.executeUpdate();
pstmt.close(); pstmt.close();
pstmt=null; pstmt=null;
......
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