Commit 6b719485 authored by pborate's avatar pborate

Updated account activity dao.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@180183 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b871cc4e
......@@ -758,7 +758,6 @@ public class AccountActivityDao
public JSONObject getClientApp(JSONObject activityData,List<String> loginUserList,String today) throws JSONException
{
JSONObject clientApp=new JSONObject();
try
{
// 1. Get Session object
......@@ -810,7 +809,6 @@ public class AccountActivityDao
}
jsonObject.put("TOTAL", total);
activityData.put("BROWSER", jsonObject);
System.out.println("clientApp result:::::::"+clientApp);
session.close();
}
......
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