@@ -31,12 +31,6 @@ public class ViolationStatisticsHandler implements RequestHandler {
|
||||
|
||||
@Override
|
||||
public BaseResponse handle(BaseRequest request) throws Exception {
|
||||
log.info("start find violation statistic");
|
||||
log.info("start find violation statistic");
|
||||
log.info("start find violation statistic");
|
||||
log.info("start find violation statistic");
|
||||
log.info("start find violation statistic");
|
||||
log.info("start find violation statistic");
|
||||
log.info("start find violation statistic");
|
||||
ViolationStatisticsRequest statRequest = objectMapper.convertValue(request.getMessageBody(),
|
||||
ViolationStatisticsRequest.class);
|
||||
|
||||
@@ -251,8 +251,8 @@ public class ViolationService {
|
||||
.newViolations(newViolations)
|
||||
.inProgressViolations(inProgressViolations)
|
||||
.resolvedViolations(resolvedViolations)
|
||||
.totalComplaints(77L)
|
||||
.totalLawCases(44L)
|
||||
.totalComplaints(totalComplaints)
|
||||
.totalLawCases(totalLawCases)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user