Commit 9dfebb5e authored by pborate's avatar pborate

Updated changes in todays call dashboard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196957 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e50d6ec3
...@@ -2437,12 +2437,12 @@ public JSONObject getTodaysCallsSummary(String dataSourceName,String loginCode,S ...@@ -2437,12 +2437,12 @@ public JSONObject getTodaysCallsSummary(String dataSourceName,String loginCode,S
{ {
JSONObject visitSummerObj=new JSONObject(); JSONObject visitSummerObj=new JSONObject();
String shDescr=rs.getString("SH_DESCR"); String custType=rs.getString("TYPE");
int count1=Integer.parseInt(rs.getString("COUNT")); int count1=Integer.parseInt(rs.getString("COUNT"));
System.out.println("count in countOfListedUnlisted 1 "+count1); System.out.println("count in countOfListedUnlisted 1 "+count1);
visitSummaryMap.put(shDescr, ""+count1); visitSummaryMap.put(custType, ""+count1);
listedCount=listedCount+count1; listedCount=listedCount+count1;
} }
......
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