Commit ab76bf36 authored by abibave's avatar abibave

Changes for getting proper value of event code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104414 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 86ee3c41
......@@ -40,7 +40,7 @@ public class ParticipentEventSummaryServlet extends HttpServlet
String []outputDateArray = rowsValue.split(" ");
if(outputDateArray.length>1)
{
eventCode = outputDateArray[0];
eventCode = outputDateArray[outputDateArray.length - 1];
}
System.out.println("Final data set eventCode in ParticipentEventSummaryServlet ==== "+eventCode);
......
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