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