|
|
@ -601,16 +601,15 @@ public class DemoController { |
|
|
|
private CalGridIndexService calGridIndexService; |
|
|
|
|
|
|
|
@PostMapping("gridparty") |
|
|
|
public void gridParty(){ |
|
|
|
String customerId = "45687aa479955f9d06204d415238f7cc"; |
|
|
|
// String customerId = "epmettest";
|
|
|
|
String monthId = "202009"; |
|
|
|
public Result gridParty(@RequestParam("customerId")String customerId,@RequestParam("monthId")String monthId){ |
|
|
|
calGridIndexService.calGridIndexPartyAbility(customerId,monthId); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("gridgovern") |
|
|
|
public void gridGovern(@RequestParam("customerId")String customerId,@RequestParam("monthId")String monthId){ |
|
|
|
public Result gridGovern(@RequestParam("customerId")String customerId,@RequestParam("monthId")String monthId){ |
|
|
|
calGridIndexService.calGridIndexGovernAbility(customerId,monthId); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("gridservice") |
|
|
|