|
@ -79,8 +79,6 @@ public class DemoController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private IndexCalculateDistrictService indexCalculateDistrictService; |
|
|
private IndexCalculateDistrictService indexCalculateDistrictService; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private GridScoreDao gridScoreDao; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private FactIndexPartyAblityGridMonthlyDao factIndexPartyAblityGridMonthlyDao; |
|
|
private FactIndexPartyAblityGridMonthlyDao factIndexPartyAblityGridMonthlyDao; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private FactIndexGovrnAblityGridMonthlyDao factIndexGovrnAblityGridMonthlyDao; |
|
|
private FactIndexGovrnAblityGridMonthlyDao factIndexGovrnAblityGridMonthlyDao; |
|
@ -89,8 +87,6 @@ public class DemoController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private ScreenCustomerGridDao screenCustomerGridDao; |
|
|
private ScreenCustomerGridDao screenCustomerGridDao; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private CpcIndexCalculateService cpcIndexCalculateService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private DimDateDao dimDateDao; |
|
|
private DimDateDao dimDateDao; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private DimMonthDao dimMonthDao; |
|
|
private DimMonthDao dimMonthDao; |
|
@ -99,8 +95,6 @@ public class DemoController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private FactOriginTopicMainDailyService factOriginTopicMainDailyService; |
|
|
private FactOriginTopicMainDailyService factOriginTopicMainDailyService; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private FactOriginProjectLogDailyService factOriginProjectLogDailyService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private IndexCollCommunityService indexCollCommunityService; |
|
|
private IndexCollCommunityService indexCollCommunityService; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private IndexCollStreetService indexCollStreetService; |
|
|
private IndexCollStreetService indexCollStreetService; |
|
@ -585,19 +579,6 @@ public class DemoController { |
|
|
calGridIndexService.calGridIndexServiceAbility(customerId,monthId); |
|
|
calGridIndexService.calGridIndexServiceAbility(customerId,monthId); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@PostMapping("handlemap") |
|
|
|
|
|
public Result<Map<String,Integer>> handleMap(){ |
|
|
|
|
|
return new Result<Map<String,Integer>>().ok( |
|
|
|
|
|
factOriginProjectLogDailyService.getProjectHandledAgency("3ef7e4bb195eb9e622d68b52509aa940","202006","month")); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("responseration") |
|
|
|
|
|
public Result<Map<String,BigDecimal>> responseRatio(){ |
|
|
|
|
|
return new Result<Map<String,BigDecimal>>().ok( |
|
|
|
|
|
factOriginProjectLogDailyService.getAgencyWorkPieceRatio("3ef7e4bb195eb9e622d68b52509aa940","202006","month") |
|
|
|
|
|
); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
@Autowired |
|
|
private CalCpcIndexService calCpcIndexService; |
|
|
private CalCpcIndexService calCpcIndexService; |
|
|
|
|
|
|
|
|