Commit 973ae330 authored by msharma's avatar msharma

Considering time also for SCH_REL_DATE along with date to retrieve data


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93719 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1124f1c2
...@@ -134,7 +134,8 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -134,7 +134,8 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
if(schRelDateTostr != null) if(schRelDateTostr != null)
{ {
System.out.println(" :::schRelDateTostr:["+schRelDateTostr+"]"); System.out.println(" :::schRelDateTostr:["+schRelDateTostr+"]");
schRelDateTo= Timestamp.valueOf(genericUtility.getValidDateString(schRelDateTostr, genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat()) + " 00:00:00.0"); //schRelDateTo= Timestamp.valueOf(genericUtility.getValidDateString(schRelDateTostr, genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat()) + " 00:00:00.0");//Commented by Manoj dtd 04/10/2013 to set hrs and minutes also
schRelDateTo= Timestamp.valueOf(genericUtility.getValidDateString(schRelDateTostr, genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat()) + " 23:59:59.0");
} }
System.out.println("schRelDateFrom : ["+schRelDateFrom+"]:::schRelDateTo:["+schRelDateTo+"]"); System.out.println("schRelDateFrom : ["+schRelDateFrom+"]:::schRelDateTo:["+schRelDateTo+"]");
System.out.println("tranIdFrom=>"+tranIdFrom); System.out.println("tranIdFrom=>"+tranIdFrom);
......
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