Commit 8f82f97e authored by dpawar's avatar dpawar

remove comment for consolidate reple column


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98175 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5edda4a8
...@@ -4669,7 +4669,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -4669,7 +4669,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
if( waveId != null && waveId.trim().length() > 0 && "P".equalsIgnoreCase(waveMode) && "Y".equalsIgnoreCase(printLabel)) if( waveId != null && waveId.trim().length() > 0 && "P".equalsIgnoreCase(waveMode) && "Y".equalsIgnoreCase(printLabel))
{ {
long startTime8 = System.currentTimeMillis(); long startTime8 = System.currentTimeMillis();
//@@generatedLabelPrint(waveId,printer, conn); generatedLabelPrint(waveId,printer, conn);
long endTime8 = System.currentTimeMillis(); long endTime8 = System.currentTimeMillis();
System.out.println("DIFFERANCE IN TIME FOR GET GENERATE LABLE PRINT SQL IN SECONDS:::["+(endTime8-startTime8)/1000+"]"); System.out.println("DIFFERANCE IN TIME FOR GET GENERATE LABLE PRINT SQL IN SECONDS:::["+(endTime8-startTime8)/1000+"]");
} }
...@@ -4681,7 +4681,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -4681,7 +4681,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
} }
System.out.println(" new wave id ["+waveId+"]"); System.out.println(" new wave id ["+waveId+"]");
long startTime7 = System.currentTimeMillis(); long startTime7 = System.currentTimeMillis();
//@@errString = generateReport(waveId, conn); errString = generateReport(waveId, conn);
long endTime7 = System.currentTimeMillis(); long endTime7 = System.currentTimeMillis();
System.out.println("DIFFERANCE IN TIME FOR GENERATE REPORT IN SECONDS:::["+(endTime7-startTime7)/1000+"]"); System.out.println("DIFFERANCE IN TIME FOR GENERATE REPORT IN SECONDS:::["+(endTime7-startTime7)/1000+"]");
/*//Changed By Pragyan WM3DSUN015 To update status in Sorder as InProcess after .start /*//Changed By Pragyan WM3DSUN015 To update status in Sorder as InProcess after .start
......
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