|
|
|
|
@ -65,8 +65,10 @@ public class DataGobalService {
|
|
|
|
|
Integer.parseInt(InspectCaseEnum.TRUE.getValue()), |
|
|
|
|
beginTime, endTime, |
|
|
|
|
26); |
|
|
|
|
Long totalPro = caseVerificationPro + supervisionPro + complaintPro + reviewPro + auditPro; |
|
|
|
|
JSONObject overview = new JSONObject(); |
|
|
|
|
overview.fluentPut("caseVerificationPro", caseVerificationPro) |
|
|
|
|
overview.fluentPut("totalPro", totalPro) |
|
|
|
|
.fluentPut("caseVerificationPro", caseVerificationPro) |
|
|
|
|
.fluentPut("supervisionPro", supervisionPro) |
|
|
|
|
.fluentPut("complaintPro", complaintPro) |
|
|
|
|
.fluentPut("reviewPro", reviewPro) |
|
|
|
|
|