|
|
@ -557,6 +557,9 @@ public class DashboardServiceImpl implements DashboardService, DashboardAnalysis
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void generateData(DateFormat format, String date, JSONObject client) {
|
|
|
|
private void generateData(DateFormat format, String date, JSONObject client) {
|
|
|
|
|
|
|
|
if (client.getIntValue("client_id") == 0) {
|
|
|
|
|
|
|
|
logger.info("analysising platform customers data", new RuntimeException("debug exception"));
|
|
|
|
|
|
|
|
}
|
|
|
|
JSONObject params = new JSONObject();
|
|
|
|
JSONObject params = new JSONObject();
|
|
|
|
String timezone = client.getString("timezone");
|
|
|
|
String timezone = client.getString("timezone");
|
|
|
|
if (timezone != null) {
|
|
|
|
if (timezone != null) {
|
|
|
|