Commit 85965079 authored by mnair's avatar mnair

Changes in line no 3301

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184229 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 54879bf7
......@@ -3298,7 +3298,7 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, Por
//Modified by mayur on 27-04-18--start
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getDBDateFormat());
currDate = java.sql.Timestamp.valueOf(sdf.format(currDate) + " 00:00:00.000");
tranDt = java.sql.Timestamp.valueOf(sdf.format(tranDt) + " 00:00:00.000");
tranDt = currDate;
sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
//Modified by mayur on 27-04-18--end
System.out.println("tranId..."+tranId + "adAdvPerc>>>"+adAdvPerc + "asFlag" + asFlag);
......
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