|
|
|
@ -259,7 +259,7 @@ public class ATOReportServiceImpl implements ATOReportService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static class Progress {
|
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(ATOReportService.class);
|
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(Progress.class);
|
|
|
|
|
private String brand;
|
|
|
|
|
private String currentMonth;
|
|
|
|
|
private Map<Integer, Boolean> clientsStatus;
|
|
|
|
@ -271,7 +271,7 @@ public class ATOReportServiceImpl implements ATOReportService {
|
|
|
|
|
|
|
|
|
|
public Progress() {
|
|
|
|
|
status = "Init";
|
|
|
|
|
server = PlatformEnvironment.getEnv().appName();
|
|
|
|
|
server = PlatformEnvironment.getEnv().appName(true);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBrand() {
|
|
|
|
|