Commit 06f2ccd0 authored by pchavan's avatar pchavan

Set Default Status.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187430 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6abba1b5
......@@ -215,7 +215,7 @@ public class PdcToReceiptPrc extends ProcessEJB implements PdcToReceiptPrcLocal,
+ " WHERE ( site_code = ? ) AND "
+ " ( bank_code__dep between ? and ? ) AND "
+ " ( REF_DATE between ? and ? ) AND "
+ " ( status = ? ) ";
+ " ( status = 'C') ";
// sql = sqlStrt1 + sqlend;
pstmt = conn.prepareStatement(sql);
......
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