Commit 68b59f75 authored by rbhogale's avatar rbhogale

Changed by Rohan on 23-08-13 for checking time to do task


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93533 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1893b490
...@@ -6618,6 +6618,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -6618,6 +6618,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
//Changed by sumit sarkar on 28/08/2011 [ WM1ESUN006 ] for creating ref_id start. //Changed by sumit sarkar on 28/08/2011 [ WM1ESUN006 ] for creating ref_id start.
private String updateWaveTaskDet(String waveId ,int lineNo,String saleOrder,String subRefSer ,String subrefType ,String ptcn,Connection conn)throws Exception private String updateWaveTaskDet(String waveId ,int lineNo,String saleOrder,String subRefSer ,String subrefType ,String ptcn,Connection conn)throws Exception
{ {
long startTime21 = System.currentTimeMillis();
String winNameArr[] = {"w_repl_ord","w_pick_ord","w_master_pack","w_despatch"}; String winNameArr[] = {"w_repl_ord","w_pick_ord","w_master_pack","w_despatch"};
String refTypeArr[] = {"R","P","K","D"}; String refTypeArr[] = {"R","P","K","D"};
String refId[] = new String[5]; String refId[] = new String[5];
...@@ -6694,7 +6695,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -6694,7 +6695,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
throw e; throw e;
} }
} }
long endTime21 = System.currentTimeMillis();
System.out.println("DIFFERANCE IN TIME FOR UPDATE WAVE TASK IN SECONDS:::["+(endTime21-startTime21)/1000+"]");
return returnRefId; return returnRefId;
} }
......
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