|
|
@ -544,16 +544,16 @@ public class DemoController { |
|
|
|
|
|
|
|
@PostMapping("gridparty") |
|
|
|
public void gridParty(){ |
|
|
|
// String customerId = "3ef7e4bb195eb9e622d68b52509aa940";
|
|
|
|
String customerId = "epmettest"; |
|
|
|
String customerId = "3ef7e4bb195eb9e622d68b52509aa940"; |
|
|
|
// String customerId = "epmettest";
|
|
|
|
String monthId = "202008"; |
|
|
|
calGridIndexService.calGridIndexPartyAbility(customerId,monthId); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("gridgovern") |
|
|
|
public void gridGovern(){ |
|
|
|
// String customerId = "3ef7e4bb195eb9e622d68b52509aa940";
|
|
|
|
String customerId = "epmettest"; |
|
|
|
String customerId = "3ef7e4bb195eb9e622d68b52509aa940"; |
|
|
|
// String customerId = "epmettest";
|
|
|
|
String monthId = "202008"; |
|
|
|
calGridIndexService.calGridIndexGovernAbility(customerId,monthId); |
|
|
|
} |
|
|
|