|
|
@ -190,7 +190,7 @@ public class DemoController { |
|
|
|
|
|
|
|
@PostMapping("zxc2") |
|
|
|
public Result getZxc2(){ |
|
|
|
indexCalculateCommunityService.calCommunityAll("epmettest", "202008"); |
|
|
|
indexCalculateCommunityService.calCommunityAll("45687aa479955f9d06204d415238f7cc", "202008"); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
@ -506,7 +506,7 @@ public class DemoController { |
|
|
|
|
|
|
|
@PostMapping("districtZxc") |
|
|
|
public void getDistrict(){ |
|
|
|
String customerId = "b09527201c4409e19d1dbc5e3c3429a1"; |
|
|
|
String customerId = "45687aa479955f9d06204d415238f7cc"; |
|
|
|
String monthId = "202008"; |
|
|
|
indexCalculateDistrictService.calDistrictAll(customerId,monthId); |
|
|
|
} |
|
|
|